/* CSS Document */

body {
	background-color: #000000;
	margin: 0px 0 30px 0;
	min-width: 768px;
	text-align: center;
}

img {
	border: 0px;
}

#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom: 1px solid #8C8C8B;
	border-top: 1px solid #8C8C8B;
	border-left: 1px solid #8C8C8B;
	border-right: 1px solid #8C8C8B;
}

#navblock {
	text-align: right;
	border-bottom: 1px solid #2F2F2E;
	background: #191917;
	padding-top: 45px;
	padding-right: 13px;
	padding-bottom: 11px;
}

#tableblock {
	text-align: center;
	padding-top: 63px;
	padding-bottom: 60px;
}

#bottomblock {
	text-align: right;
	border-top: 1px solid #212121;
	background: #191917;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 7px;
	margin: 0px;
}


   	
