.container {
	height: auto;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
	background-color: #F60;
	font-size: 12px;
	padding-bottom: 5px;
	background-image: url(containerv2.png);
	background-repeat: no-repeat;
}
.banner {
	float: left;
	height: 150px;
	width: 778px;
	margin-top: 10px;
	margin-left: 10px;
}
.commercial {
	float: right;
	height: 200px;
	width: 384px;
	margin-top: 10px;
	background-color: #3D4822;
	margin-right: 10px;
	color: #FFF;
	margin-bottom: 10px;
	background-image: url(commercialv1.png);
}
.uploadform {
	background-color: #FF9933;
	float: left;
	height: 225px;
	width: 758px;
	margin-left: 10px;
	color: #360;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(uploadformbgv2.png);
	background-repeat: no-repeat;
}
.menu {
	background-color: #F60;
	float: left;
	height: 40px;
	width: 550px;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
}
.instructions {
	float: left;
	height: 110px;
	width: 778px;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFF;
	background-image: url(instructionsv2.png);
}
.twitter {
	float: left;
	height: 200px;
	width: 384px;
	margin-top: 10px;
	background-color: #FC3;
	color: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
}
