@charset "UTF-8";
/* CSS Document */

body
{	background-color: #000;
}

#container
{	position: relative;
	left: 50%;
	width: 284px;
	height: 426px;
	margin-left: -142px;
	margin-top: 10px;
}

h1
{	color: #c4c4c4;
	opacity: 0.600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

p
{	color: #c4c4c4;
	opacity: 0.600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        text-align: center;
}

#text
{	width: 284px;
	Height: 30px;
	float: left;
}

a:hover
{	opacity: 0.400;
        filter: alpha (opacity=60);
        zoom: 1;
}

a
{	text-decoration: none;
	color: #c4c4c4;
}



#footer
{	width: 284px;
	Height: 20px;
	margin-top: 310px;
	float: left;
}