/* Quick and dirty CSS reset */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font: normal 20px/1.8em Verdana,Arial,Helvetica,Sans-Serif;
}

#content
{
	background: #fff;
	width: 600px;
	margin: 3% auto 0px auto;
}

#maintheader, #mainttext
{
	text-align: center;
}

#maintheader
{
	position: relative;
	margin-bottom: 20px;
	width: 600px;
	height: 153px;
	background: url(sitedown-title-bg.png) no-repeat top center;
	margin: 0px auto;
}
	#maintheader h1
	{
		display: none;
		/*
		font-size: 46px;
		padding-top: 55px;
		text-align: center;
		*/
	}
	
h2#downtime
{
	font-size: 30px;	
	margin: 0px auto 20px auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

#mainttext
{
	/* border: solid 1px blue; */
	height: 360px;
}