#logo  {
       	width : 700px;
       	height : 69px;
       	margin-left : -350px;
       	left : 50%;
       	top : 10px;
       	position : absolute;
       	background-color : #AA0A0A;
        }
        
    #content  {
       	width : 700px;
       	height : 400px;
       	margin-left : -350px;
       	left : 50%;
       	top : 79px;
       	position : absolute;
       	background-image: URL(../bg.gif);
		}
        
    #footer  {
       	width : 700px;
       	height : 25px;
       	margin-left : -350px;
       	left : 50%;
       	top : 479px;
       	position : absolute;
		background-color : #AA0A0A;
        }
        
    #nav  {
       	top : 13px;
       	left : 570px;
       	width : 105px;
		position : absolute;
        }
		
    #toplinks  {
       	top : 5px;
       	left : 300px;
       	width : 50px;
		position : absolute;
        }
		
	.text	{
	font-family: Tahoma, Arial, Geneva;
	font-size: 11px;
	color: #000;
}