/* CSS Document */
#ocontent {
	#position: relative;  #top: -40%
}

#words {
	background:url(/images/main/white.png);
	height:100%;
	width:100%;
	padding-top:0px;
	#position: relative; overflow: hidden;
	display:table;
}
#overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	z-index:99;
	display:none;
}
#city{
	position:absolute;
	width:100%;
	height:180px;
	background:url(/images/main/city-night.png) repeat-x bottom;
	z-index:2;
	top:490px;
}
#light {
	width:100%;
	height:175px;
	top:490px;
    background:url(/images/main/light.png) no-repeat bottom;
	position:absolute;
	z-index:1;
	}
#main {
	width:100%;
	height:670px;
	z-index:3;
	position:absolute;
	top:0px;
	left:0px;
}
#main #content {
	display:block;
	height:100%;
	width:1000px;
	max-width:1000px;
	overflow: hidden;
	}

#header {
	width:100%;
	height:100px;
}

#trailer {
	float:left;
	width:485px;
	height:100%;
	padding:0px 0px 0px 0px;
	text-align:left;
	z-index:2;
}
#trailer #text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:80px;
	width:510px;
	color: #CCCCCC;
	margin:-20px 0px 20px 10px;
	height:101px;
}
#gangsters{
	float:left;
	width:414px;
	height:100%;
	position:relative;
	z-index:3;
}
.framesize {
  width:545px;
  height:310px;
}
#slider {
	height:60px;
	width:305px;
	z-index:3;
	float:left;
	position: absolute;
	padding:5px 0px 0px 20px;
	margin:18px 0px -82px 55px;
	background-position:0px -232px; 
	}
#play_free {
	position:absolute;
	z-index:4;
	cursor:pointer;
	margin:15px 0px 0px 50px;
	height:64px;
	width:315px;
	background-position:0px -105px; 
}
#play_free_pulse {
	border:0px;
	display: none;
	height:64px;
	width:315px;
	background-position:0px -168px; 
}
#register {
	background: url(/images/main/input-text-background.jpg) repeat-x;
		border-top: 		1px solid #9a9383;
	border-right:		1px solid #e6dfce;
	border-bottom:		1px solid #f9f7f3;
	border-left:		1px solid #a7a49e;
	height: 			21px;
	width: 165px; 
	line-height: 		21px;
	padding: 			2px 2px 0px;
	margin: 			0px;
	color:				#4E3228;
	font-size:			12px;
	}
#email {
	display:none;
	}
#satelite {
	position:absolute;
	right:0px;
	top:0px;
	width:368px;
	height:375px;
	z-index:1;
	background:url(/images/main/satelite-night.png) top right no-repeat;
}
.elements {
	background:url(/images/main/elements.png) no-repeat;
}
#logo {
	width:320px;
	height:100px;
	cursor:pointer;
}
#enter_box {
	width:88px;
	height:37px;
	cursor:pointer;
	float:right;
	margin:-10px 33px 0px 0px;
	background-position:0px -296px; 
}

-->