body
{
margin: 0px;
height: 100%;
}

#bgimage
{
display: block;
z-index: 0;
position: fixed;
min-height: 500px;
width: 100%;
min-width: 1008px;
height: 100%;
}

#container
{
z-index: 1;
position: relative;
width: 100%;
min-width: 750px;
}

#box
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 1008px;
padding-top: 10px;
}
#top
{
background: URL('/static/img/top.png') no-repeat;
padding-top: 100px;
padding-left: 80px;
padding-right: 80px;
height: 0px;
width: 867px;
}

#header {
width: 136px;
height: 15px;
font: 10px Tahoma;
position: relative;
}
#header span {
background: url('/static/img/results.png') no-repeat;
position: absolute;
width: 136px;
height: 15px;
}

#results
{
background: #f4f4f4;
min-height: 100%;
padding: 15px;
margin: 0;
}


#center
{
width: 847px;
background: URL('/static/img/background.png') repeat-y;
padding-left: 80px;
padding-right: 80px;
}
#wrap
{
width: 1008px;
overflow: hidden;
}
	
#copyright
{
width: 849px;
padding-top: 60px;
padding-left: 78px;
padding-right: 80px;
text-align: right;
background: URL('/static/img/footer.png') no-repeat;
height: 126px;
font: 11px Tahoma;
color: #000000;
}
#copyright a
{
color: #04b4e6;
text-decoration: underline;
}