body {
background-color: rgb(0,84,255);
color: white;
}
.menu a {
color: rgb(42,255,128);
text-decoration: none;
font-weight: bolder;
}
.menu {
position: absolute;
left:0px;
top: 150px;
font-size:9pt;
background-color: #426487;
width: 250px;
padding-top: 20px;
padding-bottom: 20px;
-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
-moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.content h1 {
color: #426487;
text-align: right;;

}
.content{
text-align: justify;
color: black;
font-size:10pt;
position: absolute;
width: 500px;
top: 150px;
left:  300px;
background-color: white;
padding: 45px;
padding-top: 15px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	
-moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
z-index: 100;

}
#cont {
overflow:hidden;
z-index:50;
}
.test{
z-index:5;
font-weight: bold;
}
#bg {
position:abslolute;
z-index:0;
}
#logo {
z-index:10;
position: absolute;
top: 0px;
left: 0px;
}
#counters {
	position:absolute;
bottom:25px;	
left:5px;	
	}
