* {
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;
}

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

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

