body { 
	font: small arial, verdana, tahoma, "trebuchet ms", sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/front_pagebg.jpg) repeat-x;
	}
	
body.construction {
	background: #605d44;
	}
	
body.about {
	background: url(../images/leaves_bg.jpg) repeat-x;
	}

a:link { }
a:visited { }
a:hover { }
a:active { }

.frontcontainer {
	width: 800px;
	position: absolute;
	left: 50px;
	top: 0px;
	background: #fff;
	}
	
.howcontainer {
	width: 800px;
	position: absolute;
	left: 50px;
	top: 0px;
	}
	
.constcontainer {
	width: 800px;
	margin-left: 0;
	margin-right: 0;
	min-height: 600px;
}

.constbuttons {
	position: absolute;
	left: 225px;
	top: 540px;
}
	
.frontheader {
	width: 900px;
	height: 100px;
	background: url("../images/header_bg.gif") repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	}
	
.frontbuttons {
	position: absolute;
	left: 75px;
	top: 550px;
	width: 600px;
	height: 50px;
	z-index: 1000;
	}
	
.button {
	float: left;
	width: 150px;
	height: 55px;
	}

.pgbutton {
	float: left;
	width: 140px;
	height: 55px;
	}
	
.howtotext {
	width: 25%;
	float: left;
	}

.movietext {
	color: #fff;
	font-size: small;
	text-align: center;
	}
	
.movietext a:link, .movietext a:visited {
	color: #fff;
	}

.movietext a:hover {
	color: #880000;
	}
	
.aboutcontainer {
	width: 800px;
	margin-left: 25px;
	height: 600px;
	background: url("../images/about_leaves_bg.jpg") repeat-x;
	border: 1px solid #fff;
	}

.aboutcontent {
	padding: 25px;
	color: #333;
	}
	
.aboutcontent h1 {
	font-size: 1.3em;
	}

.aboutcontent h2 {
	font-size: 1.1em;
	}

.aboutcontent p {
	font-size: .9em;
	}
	
#moviebox {
	position: absolute;
	left: 568px;
	top: 209px;
	width: 320px;
	height: 320px;
	}