/*
--------------------------------------------
(c) 2005 flyingwasp all rights reserved
--------------------------------------------
http://www.flyingwasp.com
--------------------------------------------
*/

body
    {
    margin: 0;
    padding: 0;
    background: #E4BEE1 url(logo2.jpg) no-repeat 50% 40%;
    }
    
a
    {
    outline: none;
    }
    
A:link
{ text-decoration: none; color:#000000; }
A:visited
{ text-decoration: none; color:#000000; }
A:hover
{ text-decoration: none; color:#0000aa; }

ul#menu
    {
    position: absolute;
    padding: 0;
    top: 40%;
    left: 50%;
    width: 393px;
    height: 22px;
    margin: 45px 0 0 -120px;
    font-size: 19px;
    }

ul#menu li
    {
    display: block;
    height: 22px;
    list-style: none;
    padding: 0;
    float: left;
    /*border: 2px solid #007700;*/
    }
    
ul#menu li a
    {
    display: block;
    height: 22px;
    }
    
ul#menu li#m1 a
    {
    width: 150px;
    /* background: url(../images/menu-about.gif) no-repeat 0 0; */
    } 
    
ul#menu li#m1 a:hover,
    {
    background-position: 0 -22px;
    }
    
#start
    {
    display: none;
    visibility: hidden;
    }
