body {
background-color: #fff
;
text-align: center;
font: normal 16px/18px verdana, arial, tahoma, sans-serif;
padding-top: 10px; 

}
a:link, a:visited {
		color:#696969; 
		text-decoration:underline;}
		
a:hover {
		color:#FF0000; 
		text-decoration:none;}

#header {
	height: 200px
	width 200px
	
background: #000 url("image.png") no-repeat;
background-position: top left;
}

#wrapper {
width: 420px;
background: #fff;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}


#footer {
font-size: 10px;
clear: both;
width: 370px;
margin-left: 163px;
}