header, footer, section, article, nav {
    display: block;
}

body, p, div, h1, h2, h3, h4, h5, h6, input, textarea, address, time, img, blockquote, ul, li, a, ol, dl, dt, dd, fieldset, legend, a {
    padding: 0;
    margin: 0;
    border: 0;
	outline: none;
}

ul li {
	list-style: none;
}

body {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 1em;
	background: #deead6;
}

a {
	text-decoration: none;
	outline: 0;
}

h1, h2, h3, h4 {
	overflow: hidden;
	width: 575px;
	height: 200px;
}

h1 a:after, h2:after, h3 a:after, h4 a:after {
	background: url(../images/head.jpg) no-repeat;
	display: block;
	content: "";
	position: absolute;
}

h1 a:after {
	width: 575px;
	height: 200px;
	top: 0;
}

h2,
h2:after {
	width: 660px;
	height: 70px;
}

h2:after {
	background-position: 0 -200px;
	top: 200px;
}

h3, 
h3 a:after {
	width: 465px;
	height: 40px;
}

h3 a:after {
	top: 270px;
	background-position: 0 -270px;
}

h4, 
h4 a:after {
	width: 405px;
	height: 80px;
}

h4 a:after {
	background-position: 0 -310px;
	top: 310px;
}

footer {
	position: absolute;
	bottom: 2px;
	width: 100%;
}

footer a:first-child {
	margin-left: 10px;
}

.twitter {
	position: absolute;
	right: 10px;
	bottom: 2px;
}
