body{
background-color: #336699;
background-image: url('watermark.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
color: #ddddee;
font-family: sans-serif;
}

img{
border: none;
}

#buttons{
text-align: center;
vertical-align: center;
height: 20%;
}

: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;
}

iframe{
border: none;
background: transparent;
width: 100%;
height: 80%;
position: fixed;
bottom: 0%;
left: 0%;
}
