* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
}

#container {
	width:600px;
	margin:0 auto;
	Margin-top:50px;
}

h1 {
	margin-bottom:20px;
	text-align:center;
}

#logo {
	width:700px;
	height:606px;
	background-image:url('../gfx/underconstruction.jpg');
	margin-bottom:20px;

}

h3 {
	font-size:14px;
	text-align:center;
}

a {	
	color: #3283ae;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}
