/* CSS Document */
body {
 margin: 0;
 background: transparent url(images/main_back.gif) repeat left top;
}

#container {
 position: relative;
 margin: 0 auto;
 width:1025px;
 color: #ffffff;
 font: 12px/1.3 Verdana, Arial, sans-serif;
 top: 50px;
 text-align:center;
}


#section {
margin-bottom:40px;
}


a:link, a:visited {
 color: #ffffff;
 text-decoration: none;
 border-bottom: 1px dotted #ffffff;
}

a:hover {
 color: #ffffff;
 background: #cfd1d2;
 border-bottom: 1px solid #ffffff;
}

#footer {
background-color: #000000;
padding:13px 3px 13px 3px;
}





