@charset "utf-8";
/* CSS Document */

body {
	background: url(background.jpg) top center #eeeecc no-repeat;
	font-family: proxima-nova-alt;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;


}
#paleale {
	width: 640px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 575px;
	margin-left: 155px;
	margin-top: 230px;
}
.bodycontent {
	float: left;
	text-transform: uppercase;
	color: #f35f1f;
	width: 325px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.mail {
	float: right;
	margin-top: 238px;
	text-align: center;
	color: #a7a791;
	font-size: 12pt;
}
.mailbox {
	background: url(textbox.jpg) no-repeat;
	width: 217px;
	height: 26px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0 0 10px;
	border: 0;
	color: #f35f1f;
	font-weight: 400;
	font-family: proxima-nova-alt;
	font-size: 14px;
	text-transform:uppercase;
}
.submit {
	background: url(submit.jpg) no-repeat;
	width: 96px;
	height: 23px;
	margin: 5px 0 0 120px;
	border: 0;
	cursor: pointer;

}
.footer {
	margin-left:50px;
}