.background {
	background-color: #000;
	color: #00F;
	height: 500px;
	width: 1024px;
	float: none;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #00F;
	width: 50%;
	text-align: center;
	float: left;
}
.body {
	width: 800px;
	height: 500px;
	margin: auto;
	border: 5px outset #55a426;
	background-color: #55a426;
}
.main {
	height: 600px;
	width: 800px;
}
.header {
	float: left;
	height: 100px;
	width: 100%;
}
.left {
	float: left;
	height: 400px;
	width: 200px;
}
.content {
	width: 600px;
	height: 250px;
	float: left;
}
