@import url(http://fonts.googleapis.com/css?family=Sansita+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);

/* Global properties ======================================================== */
html, body {
	width: 100%;

}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


/* Global Structure ============================================================= */
.extra {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:1000px;
	height:510px;
	margin-top:80px;


}

/* ============================= main layout ====================== */
a {
	color:#000;
	outline:none;
	text-decoration:underline;
}
a:hover {
	color:#38c0e7;
}

h2 {
	font: 72px/60px "Open Sans", sans-serif;
	padding-bottom: 32px;
	color: #38c0e7;
	letter-spacing: -5px;
	text-transform:uppercase;
	font-weight:800;
}


h5 {
	font: 14px/20px Verdana, sans-serif;
	padding-bottom: 25px;
	color: #3cafdf;
	font-weight:bold;
}
p {
	padding-bottom:10px;
}



/* ============================= header ====================== */





/* ============================= content ====================== */
#contentindex {
	margin: 0 auto;
	padding: 0 auto;
	position: absolute;	
	display:block;
	width:985px;
	height:500px;
	background-image:url(../images/contentindexbk.png);
	background-repeat:no-repeat;
	clear:both;

}

a.imagetext{
	display:block;
	width:600px;
	height:500px;
	position: absolute;		
	top:-50px;
	left:350px;
	z-index:999px;
}

.indextext{

	background-color: #CCC;
	border:0px;
	padding:10px;
	font-size:13px;
	line-height:22px;


}


#footerindex {
	margin: 0 auto;
	padding: 0 auto;
	position: absolute;	
	top:505px;
	left:160px;
	display:block;
	width:732px;
	height:158px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	clear:both;

}



#indexmenu {
	margin: 0 auto;
	display:block;
	position: relative;	
	top:400px;
	left:0px;
	clear:both;
	background-image:url(../images/menubk.png);
	background-repeat:no-repeat;
	width:1000px;
	height:65px;
	padding-left:120px;
	margin-left:-80px;
}





.pageextra {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:897px;

}

h2#bktop {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:897px;
	height:168px;
	background-image:url(../images/page_top.png);
	background-repeat: no-repeat;

}

#pageindex {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:897px;
	min-height:400px;
	background-image:url(../images/page_middle.png);
	background-repeat: repeat-y;

}























