body {
	text-align:center;
	color:black;
	font:90% verdana;
	margin:0; 
	padding:0;
	background-color:white;
}

A:LINK {text-decoration : none}

#container { 
	position: relative;
	border-width: 0; 
	width:300px;
	margin: 0 auto;
} 

#header { 
	height: 150px;
}

#content {
	top:150px;
	margin: 0 0px;
	width:300px;
	height:740px;
	text-align:left;
	padding:10px;
}

#footer {  
	width:300px;
	height:20px;
	text-align:center;
}
