@charset "utf-8";
/* CSS Document */

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {  
    margin: 0 auto;  
    width: 940px;  
    font: 13px/22px Helvetica, Arial, sans-serif;  
    background: #FFF;  
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

header {
	margin-top: 100px;
}

header h1 {
	float: left;
	margin-top: 20px;
	width: 420px; height: 55px;  
	background: url(originalperspective.png) no-repeat;  
}

header h1:hover {
	background: url(originalperspective_hover.png) no-repeat;  
}

header h1 span {
	display: none;
}

header #hero {
	float: left;	
}

#intro {
	margin-top: 50px;
}