@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
.header {
	height: 100px;
	width: 800px;
	position: absolute;
}
.master_container {
	height: 770px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}
.sign_up_for_email {
	position: absolute;
	height: 500px;
	width: 148px;
	left: 635px;
	top: 174px;
}
.main_text_container {
	position: absolute;
	height: 700px;
	width: 480px;
	left: 130px;
	top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.copyright_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	position: absolute;
	height: 61px;
	width: 400px;
	left: 130px;
	top: 710px;
}

