@import url(http://fonts.googleapis.com/css?family=Gudea:700,400italic,400);
body {
    margin: 0; padding: 0;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'Gudea', Helvetica, 'Lucida Grande', Arial, sans-serif;
    color: #555;
}

header {
    width: 100%;
    padding: 15px 0;
    margin: 100px 0 40px;
    text-align: center;
    background: #4e4e4e;
    top: 200px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.9);
}
.content {
    width: 800px;
    margin: 0 auto;
}
.content p {
    margin-bottom: 1em;
}
div.right {
position:absolute;
left:0;
    text-align: right;
}
p.hero {
    font-size: 18px;
	text-align: center;
}
div.left {
position:absolute;
left:56%;
background-color: #8cc640;
color: #fff;
padding: 10px;
}
th {
text-align: left;
}
span.stuff {
width:800px;
position:absolute;
}