@import url(../reset.css);

/* =masthead
************************************************************** */

#masthead {
	position: relative;
	margin: 40px 0 15px 0;
	padding-bottom: 125px;	
}

#masthead .primary,
#masthead .secondary,
#masthead .wrap {
	position: absolute;
	top: 0;
	height: 125px;
}

#masthead .primary,
#masthead .secondary {
	width: 50%;
	background-repeat: repeat-x;
}

#masthead .primary {
	left: 0;
	background-image: url(../left.png);
}

#masthead .secondary {
	left: 50%;
	background-image: url(../right.png);
}

#masthead .wrap {
	left: 50%;
	width: 770px;
	margin-left: -385px;
	background: url(../center.png) 50% 0 no-repeat;
}

#masthead h1 {
	height: 60px;
	width: 219px;
	background: url(../zomg.png) 10px 0 no-repeat;
	text-indent: -1000em;
	font-size: 1em;
	font-weight: normal;
}

#masthead h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* =main
************************************************************** */

#main {
	width: 740px;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 150%;
}