#top {
	height: 220px;
	width: 600px;
	border: thin none #000000;
	left: 180px;
	top: 10px;
	position: absolute;
}
#bottom {
	position: absolute;
	bottom: auto;
	border: thin none;
	height: auto;
	width: 603px;
	left: 179px;
	top: 239px;
	vertical-align: bottom;
	text-align: center;
}
#topleft {
	position: absolute;
	height: 150px;
	width: 200px;
	left: 10px;
	top: 10px;
	vertical-align: middle;
	text-align: center;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
