body {
padding:0px;
margin:0px;
background-image:url(../images/bg.jpg); 
background-repeat:repeat-x;
/*text-align:center;*/
}
#border {
}
#main{
position: absolute; 
top:60px;  
left: 50%; 
margin-left: -490px; 
width:980px; 
border-left:4px #000000 solid; 
border-right:4px #0079AD solid;  
border-top:4px #000000 solid;  
border-bottom:4px #0079AD solid; 
padding:16px;
}
#container {
width:978px; 
background-image:url(../images/bg_container.gif); 
background-repeat:repeat-y;
border:1px solid #ffffff;
}
#top {
width:978px; 
height:143px; 
background-image:url(../images/utv_logo.jpg); 
background-repeat:repeat-y;
}
#content {
width:918px; 
background-image:url(../images/bg_content.gif); 
background-repeat:repeat-y;
border:1px solid #ffffff;
margin-left:29px;
margin-right:29px;
padding-top:30px;
padding-bottom:30px;
}
#content_left {
width:410px;
padding-left:29px;
float:left;
}
#content_center {
width:20px;
float:left;
}
#content_right {
width:430px;
float:right;
padding-right:29px;
}
#footer {
width:978px;
height:30px;
}
