#Container {
	background-color: #9FF;
	padding: 100px;
	height: 1500px;
	width: 1000px;
}
#Top {
	background-color: #0C0;
	padding: 100px;
	height: 60px;
	width: 300px;
	border: medium solid #000;
	position: relative;
	float: none;
	margin-top: 10px;
	margin-right: 325px;
	margin-bottom: 5px;
	margin-left: 140px;
}
#Center {
	background-color: #0C0;
	height: 450px;
	width: 150px;
	border: medium solid #000;
	position: absolute;
	margin-top: 10px;
	margin-right: 450px;
	margin-bottom: 450px;
	margin-left: 160px;
	padding: 100px;
}
#Center center img.links {
	border: thin solid #000;
}
#Top center img.links {
	padding: 0px;
	border: thin solid #000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Right {
	background-color: #0C0;
	padding: 100px;
	float: right;
	height: 600px;
	width: 500px;
	border: medium solid #000;
	margin-top: 11px;
	margin-right: 820px;
	margin-bottom: 820px;
	margin-left: 535px;
	position: absolute;
}
#Right center img.links {
	padding: 0px;
	border: thin solid #000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#Left {
	background-color: #0C0;
	float: right;
	height: 100px;
	width: 50px;
	border: medium solid #000;
	position: absolute;
	padding: 100px;
	margin-top: 685px;
	margin-right: 200px;
	margin-bottom: 200px;
	margin-left: 5px;
}
