@CHARSET "UTF-8";
body{
	color: #111;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a, img{	outline: none;}
a:link, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	border-bottom: dotted 1px #730000;
	color: #730000;	
	text-decoration: none;
}
ul {margin: 0; padding: 0; list-style-position: inside}
li {margin: 0; padding: 0}
h1 {margin: 0}
h3 {margin: 10px 0 5px; padding: 0}
#container{
	height: auto !important;
	position: relative;
	width: 100%;
}
#header_wrap{
	border-bottom: solid 10px #730000;
}
#header{
	height: 155px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
a#twitter:link, a#twitter:visited{
	background: url(../img/twitter.gif) 0 0 no-repeat;
	display: block;
	height: 35px;
	position: absolute;
	right: 30px;
	text-indent: -9999px;
	bottom: 18px;
	width: 235px;
}
a#twitter:hover{
	border: none;
}
a#twitter img{
	border: none;
	height: 31px;
	width: 43px;
	z-index: 10;
}
a#logo{
	display: block;
	height: 119px;
	left: 30px;
	position: absolute;	
	bottom: 18px;
	width: 208px;
}
a#logo:hover{border: none;}
a#logo img{border:none}
#landing_wrap{
	background: url(../img/landing_wrap.png) 0 0 repeat-x;
	border-top: solid 1px #fff;
	height: 220px;
}
#landing{
	background: url(../img/landing_mobster.jpg) top right no-repeat;
	height: 220px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#landing p{
	color: #fff;
	font-family: Georgia, Times, sans-serif;
	font-size: 24px;
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-shadow: #720000 2px 2px 2px;
	top: 55px;
}
a#landing_play:link, a#landing_play:visited{
	background: url(../img/landing_play.png) 0 0 no-repeat;
	display: block;
	height: 51px;
	left: 26px;
	position: absolute;
	top: 133px;
	width: 173px;
}
a#landing_play:hover{
	border: none;
}
#middle_wrap{
	/*background-color: #F0E0D0;*/
	background-color: #fff;
}
#middle{
	margin: 0 auto;
	padding: 30px 0 120px 0;
	width: 1000px;
}
#footer_wrap{
	background: #dcc5b5 url(../img/footer_wrap.png) 0 0 repeat-x;
	position: absolute;
	bottom: 0 !important;
	width: 100%;
}
#footer{
	color: #fff;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#footer_left, 
#footer_center,
#footer_right{
	font-size: 0.9em;
	position: absolute;
	top: 20px;	
}
#footer_left{
	left: 0;
	width: 300px;	
}
#footer_center{
	left: 350px;
	text-align: center;
	width: 300px;
}
#footer_right{
	right: 0;
	text-align: right;
	width: 300px;
}
#footer a:link, #footer a:visited{
	color: #fff;
	font-style: italic;
}
#footer a:hover{
	color: #CC6666;
}
#stat{
	height: 345px;
	float: right;
	position: relative;
	width: 326px;
}
#stat p{
	margin: 0;
	padding: 5px 8px;	
}
#box{
	background-color: #f9f9f9;
	border: solid 1px #000;
	cursor: none;
	height: 240px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 320px;
}
#sight{
	background: transparent url(../img/sight.png) 0 0 no-repeat;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 7000;
}
.fire{
	background-image: url(../img/sight_fire.png) !important;
}
.target{
	height: 30px;
	position: absolute;
	width: 30px;
}
.target img{
	height: 30px;
	width: 30px;
}
/* Overlay */
#overlay{
	background-color: #333;
	display: none;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	z-index: 9998;
}
#overlayBox{
	background: #fff url(../img/gangster.jpg) 180px 35px no-repeat;
	border: solid 1px #333;
	display: none;
	height: 240px;
	position: absolute;
	width: 320px;
	z-index: 9999;
}
#overlayBox p{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	width: 190px;
}
#overlayNote{
	padding-top: 169px;
}
/* control */
#control{
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;	
	width: 180px;
}
#control li{
	float: left;
}
#control a:link, #control a:visited{
	float: left;
	padding: 0 10px 0 0;
}
#control a:link, #control a:visited{
	height: 48px;
	display: block;	
	width: 48px;
}
#control a:hover{border: none;}
#control a#play{background:url(../img/play.png) 0 0 no-repeat;}
#control a#pause{background:url(../img/pause.png) 0 0 no-repeat;}
#control a#stop{background:url(../img/stop.png) 0 0 no-repeat;}
