*{
	border: none;
	margin: 0;
	text-decoration: none;
	}
body {
	text-align: left;
	font-family: Arial, arial;
	font-size;
	background: #9FE69D;
	}

a {
	text-decoration: none;
	border: none;
	color: #fff;
	}

#index {
  position:absolute;  top:30%;  left:35%;  margin-left:-15em;  margin-top:-10em;
	}

#header {	width: 200px;
	height: 200px;	border-bottom: 5px solid #A7934D;	margin-top: 20px;
	text-align: center;
	background: #BBA67B;
	position: fixed;	}

	#header a {		font-size: 26px;		font-family: arial;		color: #fff;		}

	#header a:hover {		color: #CCC;		}

#overbutton {
	width: 620px; 
	height: 401px;
	border: 5px solid #fff;
	color: #fff;
	}

#buttonfield {
	width: 600px;
	height: 400px;
	border: 5px solid #fff;
	background: #9FE69D;
	color: #fff;
	}

#buttonfield2 {
	width: 300px;
	height: 400px;
	border: 5px solid #fff;
	background: #42EBFF;
	color: #fff;
	}


#content_break {
	width: 100%;
	background-color: #C4B699;
	float: left;
	border-bottom: 5px solid #A7934D;
	padding-top: 20px;
	}

#content {
	width: 60%;
	background-color: #fff;
	float: left;
	margin-left: 200px;
	margin-top: 20px;
	}

#footer {	width: 650px;	margin-top: 20px;
	margin-left: 200px;
	float: left;
	color: #fff;	}

	#footer a {		font-size: 26px;		font-family: arial;		color: #ccc;		}

	#footer a:hover {		color: #fff;		}
	
	#footer ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		}

.end {
	clear: both;
	}