html, body {
margin: 0px;
padding: 0px;
border: 0px;
}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
z-index: 10;
}

#logo {
position: absolute;
top: 0px;
left: 0px;
z-index: 12;
}

#top-right {
position: absolute;
top: 20px;
right: 20px;
z-index: 12;
}

#left {
position: absolute;
top: 100px;
left: 0px;
width: 150px;
z-index: 8;
}

#left-text {
position: absolute;
top: 140px;
left: 20px;
width: 130px;
z-index: 10;
}

#right {
position: absolute;
top: 100px;
right: 0px;
width: 150px;
z-index: 10;
}

#center {
margin-top: 140px;
margin-left: 180px;
margin-right: 180px;
}

#footer {
clear: both;
width: 100%;
height: 12px;
margin-top: 4em;
margin-bottom: 2em;
}

