/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-size:12px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-image: url(bodybackground.jpg); background-attachment: fixed;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #c1c1c1;
font-style: bold;
}
 
#page{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#links{
 position:relative; 
 height:200px; 
 background-image: url(background.jpg);
 width:100%;
 border:thin
} 
 
#content{background-image: url(background.jpg);
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 border: thin
 }
 
#bottom{
 height:50px; 
  background-color:#fffff; 
 clear:both;
 border: thin
 } 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 a:hover {
text-decoration: none;
color: red;
font-size: 12px;
}
 
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}





