/* CSS Document */

/* styles for background-image */
html { 
	height: 100%; 
	overflow:hidden;
}

body { 
	background-color: #ccc; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	border-top: 1px transparent solid;
	margin-top: -1px; 
	z-index:0; 
	position:relative; 
	overflow: hidden;
}

#full_content { 
	height: 100%;
	width: 100%;
	z-index: -1; 
	overflow: hidden;
}

#full_content.loading{
	background: url('images/ajax-loader.gif') no-repeat 50% 50%;
}

img#background { 
	/*height: 100%; 
	width: 100%;*/
	position:absolute; 
	z-index: -1; 
	color: white; 
}

#header {
	top: 4px;
	left: 160px;
	/*margin: 4px 0 0 160px;*/
	z-index: 50;
	position: absolute;
}