body { 
	font-family: Verdana,Arial, Helvetica, sans-serif;
    background: black;
    font-size: 10px;       
}

#pageframe {
	width: 800px;
	margin:0;
	background-color:white;
}


#header {
  height: 85px;
  width:800px;
  background-image: url("../img/layout/header.gif");
  background-repeat: no-repeat;
}


#content {
	float:left;
	width:655px;
	height:600px;
	margin:0;
	padding:0;
	background-color:white;
}


#footer {	
	float:left;	
	width:800px;    
    	font-size: 9px; 
    	text-align:right;
	margin:0;
	padding:0;
	padding-top:1em;
	background-image: url("../img/layout/footer.gif");
    background-repeat: no-repeat;	    
    color: white;
}


