* {
padding: 0;
margin: 0;
}

body {
padding: 0px;
text-align: center; /*centers in IE*/
}

#Home {
background-image: url(../Images/EmethBkg.png);
width: 1024px;
height: 960px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -512px;
text-align: left; /*offset the ie center*/
background-repeat: no-repeat;
font-family: Arial, sans-serif;
color: #999999;
}

#Logo li {
display: block;
width: 1024px;
height: 215px;
position: absolute;
top: 0px;
left: 0px;
}

#Nav li {
display: inline;
position: absolute;
width: 1024px;
top: 220px;
text-align: center;
font-size: 24px;
}

#GoHome li {
display: inline;
position: absolute;
width: 1024px;
top: 260px;
text-align: center;
font-size: 12px;
}


#Blurb li {
display: block;
position: absolute;
width: 500px;
height: 568px;
position: absolute;
top: 300px;
left: 0px;
font-family: Arial, sans-serif;
color: #fffff;
font-size: 18px;
padding: 10px;
border-style: solid;
border-width: 1px;
border-color: #fffff;
}

#Quote li {
display: block;
position: absolute;
width: 500px;
height: 100px;
position: absolute;
top: 740px;
left: 0px;
font-family: Arial, sans-serif;
color: #fffff;
font-size: 14px;
padding: 10px;
}

#FB li {
display: block;
position: absolute;
width: 500px;
height: 560px;
top: 300px;
left: 524px;
}

#Footer li {             
display: inline;
width: 1024px;
position: absolute;
top: 920px;
text-align: center;
font-size: 12px;
}
