.main_left {
	float: left;
	width: 330px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
}
.main_right {
	float: right;
	width: 330px;
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
} 
#newsletter {
	background-image: url(../images/newsletter.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 160px;
	position: relative;
	top: -600px;
	left: -440px;
	z-index: 5;
}
