@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5b606b;
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #282e55;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
}

a {
	text-decoration: none;	
	color: #282e55;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
}

a:hover {
	text-decoration: underline;
}

#main_container {
	width: 1000px;
	margin: 0 auto 0 auto;	
}

#header {
	width: 1000px;
	height: 367px;	
	background: url(../images/header.jpg);
}

#email {
	width: 1000px;
	height: 119px;	
	padding: 20px 0 0 0;
	background: url(../images/email.jpg);
}

#footer {
	width: 1000px;
	height: 369px;	
	background: url(../images/footer.jpg);
}