body{
background: url(images/bg.png); 
margin:0px;
padding:0px;
height:100%;
color:#FFFFFF;
font-family:Verdana, Arial, Sans-serif;
font-size:11px;
}

#bg_left{
position:absolute;
background: url(images/bg_left.png);
width:50%;
height:100%;
left:0%;
z-index:-100;
}

#bg_right{
position:absolute;
background: url(images/bg_right.png);
width:50%;
height:100%;
left:50%;
z-index:-100;
}

a{
color:#FFFFFF;
text-decoration:none;
}

a img{
border:0px;
}

#page{
width:900px;
margin:0px auto;
background: url(images/bg_big.png) repeat-y;
height:100%;
position:absolute;
z-index:-50;
left:50%;
margin-left:-450px;
}

#container{
width:802px;
background:url(images/content_border.png) no-repeat;
height:286px; /*292*/
margin:0px auto;
margin-top:50px;
padding-top:8px;
}

table{
margin-left:30px;
margin-top:20px;
}

table td{
padding-right:20px;
padding-bottom:20px;
}


#footer{
text-align:center;
font-weight:bold;
width:100%;
margin-top:25px;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}
