#ascuns {
	   overflow: hidden;
	   position: absolute;
	   z-index: 2;
	   height: 1px;
	   width: 1px;
	   left: 0px;
	   top: 0px;
	   color: #FFFFFF;
}
#continut {
	   overflow: hidden;
	   position: absolute;
	   z-index: 3;
	   height: 1px;
	   width: 1px;
	   left: 0px;
	   top: 0px;
	   color: #FFFFFF;
}

a, a:link, a:visited, a:active {
	   color: #666666;
	   text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	   color: #666666;
	   text-decoration: underline;
}
body {
	   height: 100%;
	   margin: 0;
	   padding: 0;
	   background-color: #000000;
	   color: #FFFFFF;
}
h1 {
	   font-family: Georgia, "Verdana", Times, serif;
	   color: #FFFFFF;
	   font-size: 18px;
	   font-weight: normal;
	   margin: 40px;
	   text-align: left;
}
p {
	   font-family: Georgia, "Verdana", Times, serif;
	   color: #FFFFFF;
	   font-size: 12px;
	   line-height: 15px;
	   margin: 0px 40px 0px 40px;
	   text-align: left;
}
