body {
	background-color: #353535;
	margin: 0 auto;
	padding: 0;
	width: 542px;
	margin: 0 auto;
	height: 100%;
	}
html {
	height: 100%;
	}
#header {
	height: 20%;
	position: relative;
	border: 1px solid #4f7093;
	background-color: #fef600;
	}
#header h1 a {
	display: block;
	width: 238px;
	height: 40px;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	right: 15px;
	text-indent: -9999px;
	border: 1px solid #4f7093;
	}
#header h1 a:hover {
	border: 1px solid #000;
	}