

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-weight: bold; font-family: Comic Sans MS, arial, sans-serif;}
#background{position:absolute; z-index:1; width:100%; height:100%;}

#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;}
a{
font-weight: bold;
color: #F3C;
text-decoration: none;
}
a:hover{
font-weight: bold;
color: #663366;
text-decoration: underline;
 }

#headline {
font-size : 1.8em; 
font-family : 'Comic Sans MS', 'Arial';
top : 0em;
height: 1.8em;
margin-left: auto;
margin-right: auto;
color: #FF33CC;
text-align:center;
}

#maintitle {
font-family: 'Comic Sans MS', 'Arial';
font-style: normal;
font-size: 0.7em;
font-weight: bold;
margin-left: auto;
margin-right: auto;
color: #FF33CC;
padding: 5px 5px 5px 5px;
/*border: 5px double #FF33CC;*/
text-align: center;
}
#mainbox{
font-family: 'Comic Sans MS', 'Arial';
font-style: normal;
font-size: 0.95em;
font-weight: bold;
width: 640px;
height: auto;
margin-left: auto;
margin-right: auto;
color: #FF33CC;
padding: 5px 5px 5px 5px;
border: 5px double #FF33CC;
text-align: left;
}
#mainboxtitle{
font-size: 1.6em;
text-align: center;
}
