/* CSS Document */
* {
margin: 0;
}

body {
background: #90d9f9;
overflow: hidden;
}



div#background {
background: #90d9f9 url("images/background-intro.jpg");
position: absolute;
left: 50%;
top: 50%;
margin-left: -1000px;
margin-top: -500px;
width: 2000px;
height: 1000px;
text-align: center;
overflow: hidden;
}

div.banner {
position: absolute;
top: 50%;
left: 50%;
margin-left: -600px;
margin-top: -300px;
width: 1200px;
text-align: center;
}

div.sitemeter {
display: none;
}
