div#page_container {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 162px;
	background-color: #555;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #929292;
	padding: 30px;
}

body {
	background-color: #000;
}

#buttons_container a {
	font-weight: bold;
	text-decoration: none;
	color: #fcfcfc;
	width: 234px;
	height: 63px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 63px;
	background: url(images/btn_off.jpg) no-repeat;
}
#buttons_container a:hover {
	background-image: url(images/btn_on.jpg);
}

div#buttons_container {
}
