* {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #fff;
}

body {
	background-color: #E5E6C8;
	margin: 0px;
	padding: 0px;
}
div#container {
	background-image: url("../images/backer.jpg");
	background-repeat: no-repeat;
	width: 799px;
	height: 589px;
	margin-right: auto;
	margin-left: auto;
}

div#content {
	position: relative;
	top: 190px;
	left: 30px;
	width: 220px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

