@charset "UTF-8";
/* CSS Document */

/*************** General ***************/
html, body, ul, ol, li, p, object, h1, h2, h3, h4, h5, h6, embed, form, fieldset, a, img, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 100.01%;
	background-image: url(../images/bg_centered_big.jpg);
	background-position:center center;
	background-attachment: fixed;	
	background-repeat:no-repeat;
}

.clear_float{
	clear:both;
}

body {
	
}

/***************************************/

#homeWrapper {
	background-image: url(../images/bg_centered_big.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
}

#horizon {
	text-align: center;
	position: absolute;
	margin-top: 50;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	margin-left: -375px;
	position: absolute;
	top: -282px;
	left: 50%;
	width: 750px;
	height: 564px;
	visibility: visible;	
	text-align:left;
	background-image: url(../images/homeBG.jpg);
}

.nav {
	position: absolute;
	top: 81px;
	left: 295px;
	width: 307px;
	height: 45px;
  }
  
  
 /***************************************/
 
 /***************************************/
 
 
#bgTop {
	background-image: url(../images/bgInnerTop.jpg);
	background-position: center;
	width: 100%;
	height: 278px;
}

#bgBottom {
	background-image: url(../images/bgInnerBottom.jpg);
	background-position: center;
	width: 100%;
	height: 278px;
}
  

