body {
color: #ffffff;
background:url(images/bg.png) repeat-x fixed center top;
background-color:#004eff; 
width: 100%;
}

A:link {
text-decoration: none; color: white;
}

A:visited {
text-decoration: none; color: white;
}

A:active {
text-decoration: none; color: white;
}

A:hover {
text-decoration: none; color: #ffffff;
text-shadow: #ffffff 1px 1px 1px;
}

#logo {
width: 500px;
height: 200px;
min-height: 32px; 
margin: auto;
padding-top: 50px;
background:url(images/logo.png) no-repeat center top;
}

#menu {
text-align: center;
width: 888px;
height: 69px;
min-height: 69px;
margin: auto;
padding-top: 35px;
background:url(images/nav.png) no-repeat;
font-size:115%;
}

#content {
text-align: center;
width: 888px;
height: 1px;
min-height: 1px;
margin: auto;
padding-top: 15px;
background:url(images/content.png) repeat-y;
font-size:105%;
}
#footer{
text-align: center;
width: 888px;
height: 69px;
min-height: 1px;
margin: auto;
background:url(images/foot.png) repeat-y;
font-size:75%;
}