body 
{
	color: #FFFFFF;
	background: #000000;
}
#content-container {
    background-color: #000000;
    overflow: hidden;
}
#contentSection {
height:200px;
left:50%;
margin-left:-150px;
margin-top:-200px;
position:absolute;
text-align:center;
top:50%;
width:300px;
}

#contentSection h1 {
/*background:transparent url(/images/logo.png) no-repeat scroll center center;*/
display:block;
/*height:0;*/
margin-bottom:20px;
overflow:hidden;
padding-top:165px;
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
}
#contentSection .message {
border-top:1px solid #626262;
color:#929292;
padding-top:20px;
}
#contentSection .message a {
color:#323232;
}

.js #contentSection {
	display: none;
}