body { 
 background:  #000000;
background-attachment:fixed;
background-repeat:no-repeat; 
font-family: georgia; 
font-size: 15px;
font-weight: normal;
line-height: 24px;
color: #000000; 
margin: 0; padding:0;}

#page {
  position:absolute;
  background: #000000;
  left:50%;
  width:950px;
  height:auto;
  margin-left:-475px;

 
}

#header{
left:50%;
width:950px;
position:fixed;
margin-left: -475px;
margin-top:-235px;
}


#content{
margin-left:304px;
margin-top: 235px;
width: 400px;
height: auto;
position:absolute;
padding:0px;
color:#f6f6f6;
font-family: georgia;
}


#menu{
position:fixed;
width: 970px;
hight: auto;
padding: 45;
margin-top: 650px;
margin-left:-296px;
background: #000000;
bottom:0;
}


	
