body {
	background-color: #353535;
	margin: 0 auto;
	padding: 0;
	width: 542px;
	margin: 0 auto;
	}
#header {
	background: url(css_tut_header.jpg) no-repeat;
	height: 120px;
	position: relative;
	}
#header h1 a {
	display: block;
	width: 238px;
	height: 45px;
	position: absolute;
	top: 15px;
	left: 14px;
	text-indent: -9999px;
	}
#header h1 a:hover {
	border: 1px solid #4f7093;
	}