/* kerola.nu css style file */

body
{
background: #000000;
font-family: verdana;
font-size: 13px;
overflow: hidden;
}

#bg {
   width: 100%;
   position: absolute;
   top: -100px;
   left: 0px;
   z-index:-5000;
}

#content
{
position:relative;
width: 400px;
height: 350px;
min-height: 350px;
max-height: 350px;
margin: 0 auto;
padding: 60px 40px 0px 40px;
color: #505050;
background: url(transpBlack.png);
overflow: auto;
}

#content{color:#818181}
#content h2 {margin:10px 15px;}
#content h2 a{color:#F6F6F6; } 
#content h2 a:hover{ color:#A9A9A9;}
#content p{color:#818181; margin-left:20px; }
#content a{ color:#818181; text-decoration:none; }
#content a:hover{ color:#F6F6F6; }
#content ul{ color:#818181; list-style-type:square; }
#content ol{ color:#818181; list-style-type:lower-greek; }

.menucontent {
   display: inline;
   width: 100px;
}
