*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #02213E;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: arial , "Lucida Sans", "Lucida Grande", Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: #e6eaed;
}

input{
	font-family: arial , "Lucida Sans", "Lucida Grande", Verdana, Sans-serif;
	font-size: 12px;
}

hr{
	visibility: hidden;
	clear: both;
}

h2{
	color: #c1d5de;
	text-shadow:1px 1px 1px #000000;
	font-size: 22px;
	padding: 10px 0;
}

h3{
	color: #c1d5de;
	text-shadow:1px 1px 1px #000000;
	font-size: 16px;
	padding: 10px 0;
}

a:active, a:visited{
	outline: none;
	border: 0;
}

#count{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#inside{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	height: 500px;
}

#top{
	width: 850px;
	height: 119px;
}

#menu{
	width: 850px;
	height: 60px;
}

#left{
	width: 590px;
	float: left;
	padding: 0 0 10px 10px;
}

#insc{
	background-color: #02111F;
}

#right{
	width: 230px;
	background-color: #02111F;
	float: left;
	padding: 10px;
}

#foot{
	width: 850px;
	height: 40px;
	clear: both;
	background-image: url(images/footer.jpg);
	text-align: center;
	padding-top: 100px;
}

#foot a{
	color: #ff9c00;
	text-decoration:none;
}

#foot a:hover{
	text-decoration: underline;
}

#nores{
	text-align: center;
	padding: 40px 0;
}

.mt{
	background-image: url(images/mt.jpg);
	text-shadow:1px 1px 1px #000000;
	width: 210px;
	width: 210px;
	padding: 20px 10px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

.mt span{
	color: #c00;
}

.search{
	background-image: url(images/mt.jpg);
	width: 210px;
	width: 210px;
	padding: 20px 10px;
	font-size: 12px;
	text-shadow:1px 1px 1px #000000;
}

#sinp{
	width: 100px;
	border: 1px solid #157ba5;
	margin-left: 5px;
	padding: 1px;
	color: #022340;
}

#sbutt{
	border: 0;
	background: #990000;
	color: #fff;
	margin-left: 5px;
	padding: 1px;
}

.box{
	background-color: #29363f;
	padding: 5px;
	margin-top: 10px;
}

.box .black{
	background: #000;
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
}

.box ul{
	list-style: none;
}

.box li{
	padding: 3px;
	margin-top: 3px;
	background-color: #1e2930;
}

.gamebox{
	float: left;
	width: 150px;
	height: 130px;
	padding: 10px;
	background-color: #031525;
	margin: 10px;
	text-align: center;
}

.gamebox img{
	margin: 0 auto;
}

.box a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.box a:hover{
	text-decoration: underline;
}

#scroll{
	padding: 5px 20px;
}

#scroll a{
	display: block;
	padding: 2px 3px;
	float: left;
	margin: 2px;
	text-decoration:none;
	background-color: #1d2123;
	color: #68757b;
	font-size: 14px;
}

#scroll a:hover, #scroll a.active{
	background-color: #68757b;
	color: #1d2123;
}

#menu a{
	display: block;
	float: left;
	padding: 20px 10px 15px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover{
	color: #c00;
}

.mv{
	float: left;
	width: 2px;
	height: 30px;
	background-image: url(images/mv.png);
	margin: 13px;
}

#onegame{
	padding: 20px;
	text-align: center;
}

object{
	margin: 0 auto;
}

img{
	border: 0;
}

#offer a{
	display: block;
	width: 390px;
	height: 50px;
	padding-top: 150px;
	padding-left: 10px;
	background-image: url(../offers/01.jpg);
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#offer p{
	float: left;
	width: 160px;
	height: 180px;
	background-color: #031525;
	padding: 10px;
	margin-left: 10px;
	color: #bbd7eb;
	font-size: 14px;
}

.blue{
	background-color: #278eee;
	background-image: url(images/head_blue.jpg);
	background-repeat: no-repeat;
	padding: 7px 50px;
	margin: 10px 0;
}

.orange{
	background-color: #e07035;
	background-image: url(images/head_orange.jpg);
	background-repeat: no-repeat;
	padding: 7px 50px;
	margin: 10px 0;
}

.green{
	background-color: #5ecf45;
	background-image: url(images/head_green.jpg);
	background-repeat: no-repeat;
	padding: 7px 50px;
	margin: 10px 0;
}