body {
	font-family: Verdana, serif
}
#header {
	width: 460px;
	margin: auto;
	padding: 16px 0 48px 0;
}
#content {
	width: 272px;
	margin: auto;	
}
#left {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top:240px;
	margin-left: -372px;		
}
#right {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top:240px;
	margin-left: 172px;		
}
#footer {
	width: 272px;
	margin: auto;
	text-align: center;
	padding: 48px 0 16px 0;
	font-size: 10pt;
}
.copyright {
	color: #808080;
}
