/* Reset CCS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	background-color: #1b1b1b;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 637px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}

#top_block {
	background-image: url(images/top_block.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

#middle_block {
	height: 171px;
	background-color: #FFF;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#bottom_block {
	background-image: url(images/bottom_block.jpg);
	background-repeat: no-repeat;
	height: 75px;
	padding-left: 20px;
	padding-top: 62px;
}
#bottom_block ul {
	list-style-type: none;
}

#bottom_block ul li {
	float: left;
}

#bottom_block ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #333;
	height: 74px;
	line-height: 70px;
	background-image: url(images/div.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 200px;
	text-align: center;
	margin-right: -2px;
}

#bottom_block ul li .last {
	background-image: none;
}

#bottom_block ul li a:hover {
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	text-decoration: underline;
}

