body {			
	background-color: #000;
	color: #fff;
	font-family: Helvetica,FreeSans,Arial;		
	font-size: 12px;
}

html, body {
	overflow:hidden;
}

.center {
	margin:0 auto;
	max-width:1100px;
	min-width:770px;
	width:95%;
	position: relative;
}

body, #images, #mask {
	height:100%;
	width: 100%;
}

#images {
	position: absolute;
	z-index: 1;
}

#mask {
	position: absolute;
	background: url(../i/mask.gif) ;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#images img{
	vertical-align: top;
	margin:0;
	padding:0;
}

/* LOADER */
#loader {
	position: absolute;
	z-index:9999;
	background-color: #000;
	padding: 10px;
	top: 50%;
	left: 49%;
	text-align: center;
	margin: auto;	
	display: none;	
}

#loader img{
	vertical-align: middle;
}



/* CONTENT */

#content {
	position: absolute;
	padding: 30px 0;	
	top: 110px;
	bottom: 30px;
	width: 100%;	
	left: 0;
	z-index: 8;	
}

#content .center {
	height: 100%;
}

#content h1 {
	color: #0099CC;
	font-size: 20px;
	margin-bottom: 30px;
}
