#header {
	height: 95px;
	width: 600px;
	margin-top: 50px;
}
#middle {
	height: 450px;
	width: 600px;
}
#footer {
	height: 50px;
	width: 600px;
	background-color: #00FFFF;
}
#wrapper {
	width: 600px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#left {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-left: 20px;
}
#right {
	float: left;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer2 {
	height: 600px;
	width: 800px;
}
