body {
   margin: 0; padding: 0;
   text-align: center;
}
#logo{
	z-index: 0;
	position: absolute;
	height: 500px;
	width: 800px;
	top: 0px;
	left: 0px;
	float: left;
} 
#home {
	position: relative;
	width:800px;
	height: 15px;
	text-align: center;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #578D35;
	text-decoration: none;
	display: block;
}
#link {
	line-height: 500px;
	display: block;
	height: 500px;
	width: 800px;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 400px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	text-decoration: none;
}
#container {
	z-index: 0;
	position: absolute;
	left: 50%;
	height: 500px;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-left: -400px;
	margin-bottom: 0;
}

