@charset "UTF-8";
/* CSS Document */

body{
	background-color: #202020;
	background-image: url(images/greybg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #808080;
}

a:link{
	color: #FFFFFF;
	text-decoration:none;
	}
	
a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover{
	color: #3482D4;
	text-decoration:none;

		
}

#whole{
	width: 900px;
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 12px;
	line-height: 20px;
	height: auto;
	position: absolute;
	margin-left: 50%;
	margin-bottom: 50px;
	left: -400px;
	top: 25px;
	}



#content{
	width: 900px;
	height: inherit;
	position: relative;
	padding: 20px;
	padding-bottom: 0px;
	overflow: hidden;
	}




a:link{
	color: #FFFFFF;
	}
	
a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover{
	color: #3482D4;
	text-decoration:none;
	}