body {
	background-color: #cacaca;
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: white;
}

div.content {
	background-image: url(../images/indexback.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin: 30px auto 5px auto;
	text-align: center;
}

img {
	border: 0;
}

h2 {
	color: #ffffff;
	font-size: 20px;
}

a:link {
	color: #cacaca;
}

a:visited {
	color: #cacaca;
}

a:hover {
	color: white;
}

a:active {
	color: white;
}

div.buttons {
	width: 210px;
	padding: 28px;
	text-align: center;
	float: left;
}