body { 
	background-color: #1a365a;
        margin: 10px  50px  10px  80px;
	padding: 0px;
	border: 0px;
	color: white;
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
        letter-spacing: 1px;
	color: #ccf;
}

a.slink:hover {
	letter-spacing: 1px;
}

img {	
	display: block;
} 

div {
        margin: 0px;
	padding: 0px;
	border: 0px;
}

#navbar {
	position: absolute;
	bottom: 10px;
	left: 40px;
	-moz-opacity: 0.8;
	z-index: 18;
	
}
#navbar a {
	display: block;
	width: 110px;
	padding: 5px;
	border: 1px solid #666;
	color: #1a365a;
	background-color: #ccc;
}
#navbar a:hover {
	background-color: #eee;
}

#roto {
	position: absolute;
        width: 300px;
	top: 40px;
	left: 40px;
	z-index: 10;
}

#background {
        position: absolute;
        height: 65%;
        width: 300px;
        top: 40px;
        left: 40px;
	background-color: #1a365a;
	-moz-opacity: 0.5;
	z-index: 10;
}

#test {
	position: absolute;
	bottom: 0px;
	right: 10%;
	z-index: 9;
}
#validxhtml {
	position: absolute;
	bottom: 5px;
	right: 450px;
	z-index: 9;
}
#validxhtml img{
        border: 0px;
}

#content {
	position: absolute;
	overflow: auto;
	top: 90px;
	left: 40px;
	right: 180px;
	bottom: 40px;
	background-color:#ccc;
	color:#000;
	z-index: 6;
}


