/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #AEAEAE;
}

a
{
	text-decoration:none;
	color: #99cc33;
}
b{
color:#FFFFFF;}
v{
color:#99cc33;}
r{

color:#e95d0f;}

.background
{
	position:absolute;
	background-image:url("./../images/background.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.message
{
	position:absolute;
	width: 600px;
	height: 100px;
	left: 50%;
	top:50%;
	margin-left:-300px;
	margin-top:-50px;
	color: #CCCCCC;	
}

a.am
{
	width: 175px;
	height: 15px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: 320px;
	margin-left: -475px;
}

a.fcukstar
{
	width: 30px;
	height: 25px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: 365px;
	margin-left: 0px;
}

a.moluv
{
	width: 30px;
	height: 25px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: 365px;
	margin-left: -35px;
}


.main
{
	position:absolute;
	width: 920px;
	height: 550px;
	left: 50%;
	top:50%;
	margin-left:-462px;
	margin-top:-300px;
	background-color: #000000;
}
#mark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

