html {
margin: 0;
padding: 0;
text-align: center;
height:100%;
border: none;
}

body {
background: #000;
margin: 0;
padding: 0;
text-align: center;
height:100%;
border: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
}

#wrapper {
padding: 0;
text-align: center;
height:100%;
border: none;
margin: 0 auto;
vertical-align: middle;
width: 700px;
}

#text {
background: #CCCCCC
}

   
ul {
list-style: none;
}

ul li {
padding: 2px 0px 2px 0px;
margin: 1px;
}

a{
color: #4b5765;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}
