body
{
	margin:0;
	padding:0;
	
	text-align:center;
	
	background-image:url('img/body_bg.jpg');
	background-repeat:repeat-x;
	background-color:#ebf0f4;
}

h1
{
	font-family:rockwell, times new roman, sans-serif;
	font-size:2.5em;
	
	color:white;
}

h2
{
	font-family:rockwell, times new roman, sans-serif;
	font-size:1.5em;
	
	color:white;
}

p
{
	
}

#construction
{
	width:800px;
	height:600px;
	
	margin-left:auto;
	margin-right:auto;
	
	background-image:url('img/base.png');
}

#countdown
{
	width:700px;
	height:150px;
		
	margin-left:auto;
	margin-right:auto;
	padding-top:275px;
	
	text-align:center;
}