body {
    margin: 0;
    padding: 0;
    color: black;
    background-color: white;
}

h1 {
    font-family: Georgia;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

#startbutton {
    background-color: #272727; color: white; padding: 3px; text-align: center; width: 100px; cursor: pointer; border: 1px solid gray;
    margin: 1em 0;
    font-family: Georgia;    
}

#inputp {
    color: #555555;
    font-size: 18px;
    font-family: Georgia;
    text-align: center;
    margin-bottom: 0;
}

#footer {
    font-family: Georgia;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 13px;
}

#inputp label { margin-right: 0.5em; }

#inputh {
    color: #555555;
    font-size: 11px;
    font-family: Georgia;
    text-align: center;
}

#results {
    color: #555555;
    font-size: 15px;
    font-family: Georgia;
    text-align: center;
}

#missed {
    color: #B02B2C;
    font-size: 15px;
    font-family: Georgia;
    text-align: center;
}


#remaining { margin-left: 0.5em; font-size: 11px; }

#clock {
    font-family: Georgia;
    font-size: 68px;
    margin: 0;
    color: #CC0000;
}

#top {
    background: url('./images/red.jpg') repeat;
    height: 614px;
}

#bottom {
    background: url('./images/red-bottom.jpg') repeat-x;
    height: 40px;
}

#wrapper{
	width:960px;
        margin: 114px auto;
        width: 960px;
}

#game {
    width: 654px;
    float: left;
}

#right {
    width: 300px;
    float: right;
}

.t, .f {
    height:20px;
    position:relative;
}

.l {
    background-position: left top;
    left: 0pt;
    top: 0pt;
}

.b { 
    background-image:url(./images/bg_box1.png);
    background-repeat:no-repeat;
}

.l, .r {
    height:100%;
    position:absolute;
    width:50%;
}

.r {
    background-position:right top;
    right:0pt;
    top:0pt;
}

.m {
    height: 350px; 
}

.m .l {
    background-position:0pt -20px;
    position: relative;
    left:0pt;
    top:0pt;
}

.m .r {
    background-position:100% -20px;
    position: relative;
    left:50%;
    top: -350px;
}

.c {
    padding: 0 25px;
    position:relative;
    top: -700px;
}

.f .l {
    background-position:left bottom;
    left:0pt;
    top:0pt;
}

.f .r {
    background-position:right bottom;
    left:50%;
    top:0pt;
}
