@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%;
	background-color:#dddddd;

}

#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 ============================================================= */
.pageextra {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:897px;

}
/* ============================= 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;
}

a.botton{
	display:block;
	width:140px;
	height:48px;
	position: relative;	
	top:350px;
	left:550px;
	background-image:url(../images/botton01.jpg);
	background-repeat:no-repeat;
}
a.botton:hover{
	background-image:url(../images/botton02.jpg);
}

/* ============================= header ====================== */





/* ============================= content ====================== */






#pagemenu {
	margin: 0 auto;
	display:block;
	position: relative;	
	top:0px;
	left:0px;
	clear:both;
	background-repeat:no-repeat;
	width:897px;
	height:65px;
	padding-left:20px;
	margin-left:0px;
}


#footerpage {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:897px;
	height:50px;
	background-image:url(../images/page_bottom.png);
	background-repeat:no-repeat;
	clear:both;

}

#footer {
	margin: 0 auto;
	padding: 0 auto;
	display:block;
	width:583px;
	height:188px;
	background-image:url(../images/pagefooter.png);
	background-repeat:no-repeat;
	clear:both;

}



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;

}


#pageindex img {
	margin: 0 auto;
	padding: 0 auto;
	margin-top:20px;


}





















