@charset "utf-8";

.container {
	height: 120px;
	width: 680px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 10px;
}
.newsletter {
	height: 120px;
	width: 190px;
	float: left;
}
.menu {
	float: right;
	height: 120px;
	width: 450px;
	padding: 0px 10px 0px 10px;
}

