html {
height: 100%;
}

body  
{ 
background:#000 url('/images/bg_main.jpg') no-repeat center bottom;
margin: 0px;
padding: 150px 0 0 0;
text-align: center;
color: #ccc;
font-family: Arial, Verdana, MS Sans;
}

br.clear {
clear: both;
padding: 0 0 0 0;
}

/*------------------------------- Main Structure ----------------------------------*/

#container {
width: 950px;
height: auto;
text-align: center;
border: none;
padding: 0 0 0 0;
margin: 0 auto;
}

#footer {
width: auto;
height: 20px;
position: fixed;
bottom: 0px;
right: 10px;
font-size: 10px;
font-family: Arial, Verdana, MS Sans;
color: #666;
}

#footer a:link { color: #999; }
#footer a:visited { color: #666; }
#footer a:hover { color:#900; text-decoration:none; }
