body{
	background-color: #434343;
	background-image: url('back.png');
	background-repeat: no-repeat;
	background-position: 34% 0%;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body *{
	margin: auto;
	text-align: left;
	color: #a9c800;
}

a{text-decoration: none; color: #698800; font-weight: bold;}
a:hover{color: #000000;}
p{margin-top: 10px;}
div.logo{
	position: relative;
	left: -50px;
	width: 500px;
	text-align: center;
}

div.text{
	width: 500px;
}
