﻿#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#leftlogo {
	width: 500px;
	float: left;
	height: 300px;
}
#rightlogo {
	width: 300px;
	float: right;
}
#body {
	width: 800px;
}
#bottom {
	width: 800px;
	padding-bottom: 10px;
	padding-top: 10px;
}
