a:link { 
 color: #53753C;
 text-decoration: none;
 font-weight:bold;
 }

a:visited { 
 color: #53753C;
 text-decoration: none;
 }

a:hover { 
 color: #53753C;
 text-decoration: none;
 }

a:active { 
 color: #53753C;
 text-decoration: none;
 }

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 75%;
	color: #FFFFFF;
	height:100%;
	width:100%;
}

#wrapper {
	max-width: 980px;
	max-height: 730px;
	margin-left:auto;
	margin-right:auto;
}

#home_wrapper {
	background-color: #000000;
	width: 100%;
	height: 100%;
}

#buttons {
	width: 700px;
	height: 267px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	margin-bottom: auto;
	padding-bottom: 100px;
}

#header {
	height:50px;
	width: 80%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../new_landing_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footer {
	height:50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../new_landing_footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.left_button{
	float:left;
}

.right_button{
	float:right;	
}
