/* CSS Document */

/*  Colors Used are Green=#c1e061  Blue=#36dadd  Brown=#2a1708*/
	
body {
	background-color:#c1e061;
	}
	
a:link {
	text-decoration: none;
	color: #36DADD;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#container {
	width:100%;
	height:100%;
	padding:auto;
	margin: auto;
	}
	
#counter {
	text-align:center;
	padding:15%;
	}

#stage {
	height:600px;
	width:950px;
	margin: auto;
	margin-top: 50px;
	}
	
#stage_content {
	width: 600px;
	float: left;
	padding-right: 45px;
	}
	
#photo {
	background-image:url(../photos/front.png);
	background-repeat: no-repeat;
	height:200px;
	position: absolute;
	width: 300px;
	left: auto;
	top: 185px;
	margin-left: 60px;
	}	
		
#thankyoucontainer {
	width:700px;
	height:500px;
	background-color:#ffffff;
	margin: 2% auto;
	margin-top: 50 px;
	}
	

#creditsleft {
	font-family:"Century Gothic";
	color:#231f20;
	font-size:10px;
	width:200px;
	margin:0;
	padding:0;
	}
	
#title{
	margin: 2% auto;
	width: 100%;
	font-family:"Century Gothic";
	color:#36dadd;
	font-size:30px;
	text-align:center;
	}
	
	
#feature_title{
	position:relative;
	left:120px;
	top:-775px;
	width:600;
	height:20;
	z-index:2;
	text-decoration:none;
	font-family:"Century Gothic";
	color:#36dadd;
	font-size:20px;
	text-align:center;
	}
	
#featured_book {
	position:relative;
	left:325px;
	top:-388px;
	width:600;
	height:350px;
	z-index:1;
}

#sample1{
	position:relative;
	left:60px;
	top:-800px;
	width:100;
	height:150;
	z-index:auto;
}

#sample2{
	position:relative;
	left:40px;
	top:-775px;
	width:150;
	height:100;
	z-index:auto;
}


	
div#title{
	background-color:#FFFFFF;
	width:700px;
	margin:0;
	padding:0;
	}

.thank {
	font-family:"Century Gothic";
	font-size:24px;
	color:#c1e061;
	text-align:center;
	padding:3em;
	}
	
.motto {
	font-family:"Century Gothic";
	font-size:35px;
	color:#36dadd;
	text-align:center;
	padding:3em;
	}

#buttons {
	background:url(../buttons.swf);
	height:75px;
	width:285px;
	position: absolute;
	left: 195px;
	top: 479px;
	padding-left: 80px;
	}
#sample{
	height:25px;
	width:253px;
	position: absolute;
	left: auto;
	top: 530px;
	padding-left: 0px;
	text-align: center;
	margin-left: 550px;
	}
	
#sample a {
	font:"Century Gothic";
	color:#2a1708;
	font-size:1.0em;
	}
	
