/*----------------------------------------------*/
/*-----------------NOT REQUIRED styles----------*/
/*----------------------------------------------*/



* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
body {
	font: 15px/2 "Lucida Grande", Helvetica, Sans-Serif;
	color: #EAEAEA;
}

#main-content {
	width: 700px;
}
#page-wrap {
	width: 720px;
	margin: 12% auto;
	position: relative;
	z-index: 400;
	/* background: rgba(0,0,0,0.5); */
	overflow: hidden;
	padding: 30px 50px;
	height:340px;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	text-align: center;
}
h1 {
	font: 42px Georgia, Serif;
	margin: 0 0 10px 0;
	color: #EAEAEA;
}
h2 {
	font: 20px Georgia, Serif;
	margin: 0 0 1px 0;
	color: #EAEAEA;
}
p {
	margin: 0 0 15px 0;
	color: #EAEAEA;
}

#pageExplain{
	margin:0 auto;
	width:100%;
	height:60px;
	background: rgba(0,0,0,0.5);
	}

#pageExplain div{
	width:960px;
	margin:0 auto;
	z-index:400;
	position:relative;
	text-align:center;}

#pageExplain h1{
	font-size:25px;
	color:white;
	padding:10px;
}	

/*----------------------------------------------*/
/*-------These are the REQUIRED styles----------*/
/*----------------------------------------------*/

html {
	overflow-y: scroll;
	min-height:100%;
}

#back {
	background-repeat:repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#midground {
	background-repeat:repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#foreground {
	background-repeat:repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

