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

body {
	background-color:#CCC;
	font-size:100%;
	margin:0;
}

div#mainPage {
	width:1000px;
	height:700px;
	margin:0 auto;
	background-image: url('/media/sum_background.jpg');
	background-repeat: no-repeat;
}

div#emailLink {
	height: 35px;
	width: 375px;
	position:relative;
 	top:610px;
 	left:300px;
}

div#construction {
	margin: 0 auto;
	width: 1000px;
	font-family: "Century Gothic";
	font-family: 1em;
	text-align: center;
}