/* CSS Document */
html
{
	overflow: hidden;
	height: 99%;
}
                         
body
{
	background:url(../image/logo1.jpg) black center fixed no-repeat;
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
}

*
{
	font-size: 8pt; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: white;
	text-align: left;
}

a:hover
{
	color:#CCCCCC;
}

/* === Containers === */
#first_container
{
	margin: 0 auto 0 auto; 
	display: table; 
	height: 100%;  
	position: relative; 
	overflow: hidden; 
	width: 660px;
}

#second_container
{
	position: absolute; 
	top: 90%;
	vertical-align: middle;
	width: 100%; 
}

#third_container
{
	position: relative; 
	top: -163px; 
	width: 660px;
	text-align:center;
}