body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
/* Layout */ 

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: #000;
	text-align: left;
}
#header {
	width: 900px;
	height: 100px;
	background: url(images/header.jpg) no-repeat;
}
#body {
	width: 900px;
	height: 450px;
}
#footer {
	clear: both;
	margin: 0 20px;
	padding: 25px 4px 0 4px;
	background: url(images/footer.gif) no-repeat;
}