* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0 0;
	padding: 0;
	text-align: center;
	background: black;
}
#main {
	width: 100%;
}

a:active, a:visited {
	border: none;
	text-decoration: none;
}

#banner {
	text-align: left;
	width:100%;
	height:117px;
	margin:180px auto 0;
	background: black  url(main_b.png) ;
}

#menu {
	margin: 10px auto 0;
	text-align: center;
	width: 396px;
	height: 36px;
	background: black url(main_2.png);
}

#buttons {
	margin: 0 auto;
	width: 380px;
	padding:0 0 0 4px;
}

.button {
	width: 189px;
	height: 45px;
	float: left;
}

#b_1 a{
	background: white url(buttons.png);
	display:block;
	text-decoration: none;
	height: 45px;
}

#b_2 a {
	background: white url(buttons.png) 0 -107px;
	display:block;
	text-decoration: none;
	height: 45px;

}

#b_1 a:hover {
	background: white url(buttons.png) 0 -46px;
	height: 60px;
}

#b_2 a:hover {
	background: white url(buttons.png) 0 -153px;
	height: 60px;
}

#keywords {
	width: 240px;
	color:#1f1f1f;
	text-align: right;
	font: 12px/14px Arial, Helvetica, sans-serif;
	position: fixed;
    bottom: 5px;
	right: 5px;
}

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}
#stat4you{
	display: none;
}	

