@charset "utf-8";
body {
	margin: 0;
	text-align: center;
	background: #000;
	width: 100%;
	padding: 0;
}

a:link {
	text-decoration: none;
	border: none;
	cursor: pointer;
}

img {
	border: none;
	margin: 0; padding: 0;
}
/* #main_bg {
	background: repeat-x left top url(images/main_bg.gif);
	height: 920px; margin: 0; padding: 0;
} */
#main_container {
	width: 660px;
	margin: 0 auto; padding: 0;
}
#main_top {
	width: 660px;
	height: 200px;
	display: block;
	margin: 0; padding: 0;
}
#main_video {
	width: 640px; height: 480px; margin: 0 auto; padding: 5px 0 20px 0;
	display: block;
	background: url(images/main_videobg.gif) no-repeat 0 0;
}
#main_bottom_container {
	margin: 0; padding: 0;
	width: 100%;
	background: url(images/main_menu_bg.gif) repeat-x 0 0;
}
#main_bottom {
	width: 708px; height: 180px; margin: 0 auto; padding: 0;
	display: block;
}
#main_bottom_blog {
	background: url(images/main_blog.gif) no-repeat 0 0;
	width: 210px; height: 150px; float: left;
}
#main_bottom_contact {
	background: url(images/main_contact.gif) no-repeat 0 0;
	width: 253px; height: 150px; float: left;
}
#main_bottom_gb {
	background: url(images/main_gb.gif) no-repeat 0 0;
	width: 245px; height: 150px; float: left;
}
a#main_bottom_blog {
	text-decoration: none;
}
a#main_bottom_contact {
	text-decoration: none;
}
a#main_bottom_gb {
	text-decoration: none;
}
a#main_bottom_blog:hover {
	background: url(images/main_blog_over.gif) no-repeat 0 0;
	width: 210px; height: 150px;
}
a#main_bottom_contact:hover {
	background: url(images/main_contact_over.gif) no-repeat 0 0;
	width: 253px; height: 150px;
}
a#main_bottom_gb:hover {
	background: url(images/main_gb_over.gif) no-repeat 0 0;
	width: 245px; height: 150px;
}
#main_bottom_menu_hits {
	background: url(images/main_hits.gif) no-repeat 0 0;
	margin: 0 auto; padding: 0;
	width: 708px;
	display: block;
	height: 30px;
	float: left;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
