html{
margin: 0px;
padding: 0px;
background: #f0edea;
}

body{
margin: 0px;
padding: 0px;
background: url(images/bg.gif) repeat-x;
font-family: trebuchet ms, arial, sans-serif;
font-size: 13px;
color: #333333;
}

#wrapper{
margin: 0 auto;
width: 800px;
height: 800px;
}

.funzone{
width: 400px;
margin: 0px;
padding: 0px;
float: left;
margin-bottom: 25px;
}

p{
padding: 10px; 
margin: 0px;
}


.item
{
margin-bottom: 2px;
position: relative;
}



#switchArea a:hover, #switchArea a:active{
background: #fffcac;
text-decoration: none;
}

a:link, a:visited{
text-decoration: none;
color: #5c1b15;
font-weight: bold;
}

a:hover, a:active{
text-decoration: underline;
}

