* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #333333;
	color: #ffffff;
	font-family: "Avant Guard", "Century Gothic", Verdana, Tahoma, Arial, sans-serif;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #eeeeee;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 700px;
	margin: auto;
	margin-top: 70px;
	text-align: center;
	font-size: 17px;
}