body {
    background-color: #1c1c1c;
    color: #CCCCCC;
    

font-family: Arial, Helvetica, sans-serif;
}

h1 {
    
font-size: 18px;
    font-weight: bold;
    
color: #00c0ff;
}

a {

font-size: 16px;
    color: #F5F5F5;
    text-decoration: none;
        background: none;

    

}

    a:hover {
font-size: 16px;
    color: #000000;
     text-decoration: none;
	 background: #FFCC33;
    }
            


div#container {
    color: #d5d5d5;
    width: 70%;
    position: absolute;
    
top: 35%;
	left: 38%;
	margin: -251px 0 0 -225px;
	font-size: 20px;
	
text-shadow: #000 0px 0px 0px;
}
 

div#menu {
    color: #d5d5d5;
    width: 220px;
    position: absolute;
    
top: 35%;
	left: 20%;
	margin: -200px 0 0 -225px;
	font-size: 20px;
	
text-shadow: #000 0px 0px 0px;
}
