html, body {
background:url(images/body-bg.jpg) top center no-repeat #fff;
}

img {
border:none;
}

h1, h2, h3, h4 ,h5, h6, div, p, form {
margin:0;
padding:0;
}

#outer {
width:515px;
background:#e8e8e8;
margin:auto;
padding:4px;
}

#inner {
background:#dadada;
width:509px;
padding:3px 3px 0 3px;
}

#top {
background:url(images/top-bar.jpg) top center no-repeat;	
width:469px;
height:26px;
padding:15px 20px;
border-bottom:1px solid #fff;
}

#top label {
color:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
border:none;
}

#top .text {
width:77px;
height:14px;
background:url(images/input-bg.png) top left no-repeat;
border:none;
padding:3px;
margin-right:-3px;
text-align:center;
}

#top .submit {
font-size:14px;
}

#top .current-number {
background:#161e21;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
margin-left:0px;
height:18px;
padding:1px 3px 1px 3px;
margin-right:8px;
}

#main {
width:469px;
background:url(images/main-bg.jpg) top center no-repeat #fff;	
border-bottom:1px solid #cacaca;
padding:15px 20px;
clear:both;
display:inline-block;
}

#main table {
width:469px;
border:none;
}

#main table th {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#464646;
border-bottom:1px solid #fff;
padding:0px 0px 12px 0px;
}

#main table td {
border-top:1px solid #ccc;
border-bottom:1px solid #fff;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#474747;
padding:14px 0px;
}

#main .left {
text-align:left;
}

#main .right {
text-align:right;
}

#total {
text-align:right;
width:400px;
float:right;
margin:25px 0;
}

#main .small {
color:#484848;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
width:205px;
float:left;
margin-top:18px;
}

#main .large {
color:#999;
font-size:43px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:-.05em;
text-shadow:0 -1px 0px #000;
width:195px;
float:right;
}

#bottom {
width:505px;
height:33px;
background:url(images/bottom-bar.jpg) bottom center no-repeat;
padding: 13px 0 0 10px;
}

