html {
width: 100%;
height: 100%;
}

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #808080;
background-image: url('citycomp.jpg');
background-position: center center;
background-repeat: no-repeat;
text-align: center;
}

a, a:active, a:visited {
font-size: 11px;
text-decoration: none;
color: #3B5998;
}

a:hover {
text-decoration: underline;
}


#text {
position: absolute;
bottom: 0px;
left: 0px;
background-color: #1c1c1c;
border-top: 2px solid #000;
width: 100%;
height: 30px;
padding-top: 10px;
font-family: "Lucida Sans", Helvetica, "Lucida Grande", sans-serif;
font-size: 11px;
color: #000;
}
