div#main-container {
	background-color:#262626;
	color:white;
}

#header {
	
}

div#header div#header-content {
	width:988px;
	height:82px;
}

div#header div#logo-container {
	margin-top:10px;
}

div.offline {
	background:url(../img/placeholders/down.jpg) left top no-repeat;
	/*margin:0 0 30px 0;*/
	clear:both;
	width:988px;
}

div.offline div.content-wrapper {
	background:url(../img/presentation/backgrounds/grey-transparent-90percent.png);
	float:left;
	width:380px;
	height:436px;
}

div.offline div.content-container {
	color:white;
	margin:30px 55px 0 80px;
}

div.offline div.content-container a {
	color:white;
}

div.offline div.content-container h1 {
	margin:0 0 0.7em 0;
}

div.offline div.content-container h2 {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	margin:0 0 1.5em 0;
}

div#footer {
	background:#262626 !important;
	margin:0 !important;
	padding:10px 0 4px 0;
	position: relative;
	bottom:0;
	width:988px;
}