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

body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:scroll;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:400;
	color: #70d551;
	background-color: #555555;
	background-attachment: fixed;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	color: #70d551;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #70d551;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FF3;
	text-decoration: none;
}

#background{position:fixed; z-index:-1; width:100%; height:100% }
#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible }
#main { position: absolute; left: 50%; width: 864px; margin-left: -450px; height: 540px; top: -270px }
#main2 { position: absolute; left: 50%; width: 950px; margin-left: -500px; height: 400px; top: -300px }
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #70d551;
}
h2 {
	color: #70d551;
}
