html,body,head,img,p,div,span,a,h1,h2,h3,h4,h5,ul,li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #d6bf94;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

div#container {
	margin: 0 auto;
	text-align: center;
	width: 694px;
	}

div#header {
	width: 694px;
	margin: 0 auto;
	}

div#buttons {
	width: 694px;
	height: 196px;
	background: url('/static/images/buttons-bg.jpg') top left no-repeat;
	margin: 0 auto;
	}

ul.buttons {
	list-style-type: none;
	width: 694px;
	}

ul.buttons li {
	width: 291px;
	display: inline;
	}

div#text {
	width: 694px;
	height: 410px;
	background: url('/static/images/text-bg.jpg') top left no-repeat;
	}




h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	}

h2 {
	color: #fff;
	font-size: 18px;
	}

h3 {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	}

p {
	margin-bottom: 8px;
	margin-top: 8px;
	}

img.logo {
	margin-bottom: 12px;
	}

a, a:visited, a:active, a:hover {
	color: #ffff99;
	}

a.enter {
	font-size: 20px;
	}