body,html {  
	height:98%;
	background-color:#e3e3e3;   
	color:#333;
	font-family:Arial;
	font-size:12px; 
	background-image:url('/images/header_background.gif');
	background-repeat:no-repeat;
	margin:0;
}
    

#content {
	text-align:left;
	width:270px;
	padding:36px;
	background-color:#f2f2f2;

}

h1 {
	margin-top:0;
	font-weight:normal;
}
   
a {
	text-decoration:none;
	color:#008EFF;
}


#footer {
	float:bottom;
	margin-left:20px;
	font-size:11px;
}


