html{
background-color: #336699;
color: #ddddee;
font-family: sans-serif;
height:100%
}

img{
border: none;
}

#topbuttons,#bottombuttons{
text-align: center;
height: 50px;
}

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

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

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

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

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


#mainpage{
 height:576px;
 border:1px solid #bbbbff;
 -moz-border-radius:2em;
 border-radius:2em;
 text-align:center;
}

#content{
border: none;
background: transparent;
width: 90%;
height: 410px;
left:5%;
}

