/* CSS Document */
body {
	background-color: #453e38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 600px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#text {
	text-align: left;
	width: 300px;
	margin: 0 0 0 250px;
	color: #fff;
}

a {
	color: #83b367;
}

	a:hover {
		text-decoration: none;
	}
	
h1 {
	font-weight: normal;
	color: #fff;
}
