#header {

}

#header h1{ 
	text-indent: -9999px;
	height: 80px;
}

#header a{
	display: block;
	height: 80px;
	width: 424px;
	background: url('../images/logo.png') no-repeat;
	position: relative;
	top: 0px;
	left: 50px;
}

#header .description { display: none; }
