h1 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: white; 
}

a:visited {
	text-decoration: none;
	color: white; 
}

a:active {
	text-decoration: none;
	color: white; 
}	

a:hover {
	text-decoration: none;
	color: white; 
}

#box1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 400px;
	/*border: 5px solid ;*/
	margin-top: -200px;
	margin-left: -450px;
	background-color: black;
	/*opacity: 0.3;
	-moz-box-shadow: 0px 5px 40px #5a0d10;
    -webkit-box-shadow: 0px 5px 40px #5a0d10;
    box-shadow: 0px 5px 40px #5a0d10;*/
}

#box2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 400px;
	/*border: 5px solid #579000;*/
	margin-top: -200px;
	margin-left: 0px
	background-color: transparent;
	/*opacity: 0.4;
	-moz-box-shadow: 0px 5px 40px #5a0d10;
    -webkit-box-shadow: 0px 5px 40px #5a0d10;
    box-shadow: 0px 5px 40px #5a0d10;*/
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -38px;
	margin-left: -20px;
	width: 240px;
	height: 200px;
}

#txt  {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -145px;
	margin-left: -225px;
	width: 400px;
	height: 290px;
}

