	/* globals */
	
	a	{
		text-decoration:		none;
		color:					#FFFFFF;
	}
	
	a:hover	{
		text-decoration:		underline;
		color:					#FFFFFF;
	}
	
	body {
		margin:					0px;
		padding:				0px;
	}
	
	/* layout */
	
	#playnow {
		background:				url('images/playnow-v2.jpg');
		position:				absolute;		
		width:					307px;
		height:					49px;
	}
	
		a.playnow {
			display:				block;
			position:				absolute;
			top:					404px;
			left:					321px;
			width:					307px;
			height:					49px;
			background:				url("images/playnow-v2.jpg") 0 0 no-repeat;
			text-decoration:		none;
		}
		
			a:hover.playnow {
				display:				block;
				background-position:	0px -49px;
			}
	
			
	.screens1 {
		background:				url('images/screenthumbs.jpg') 0px 0px no-repeat;
		width: 					127;
		height: 				89;
		position: 				absolute;
		top: 					477px;
		left: 					54px;
	}
	
		a:hover.screens1 {
			background:				url("images/screenthumbs.jpg") 0px -89px no-repeat;
		}
	
	.screens2 {
		background:				url('images/screenthumbs.jpg') -127px 0px no-repeat;
		width: 					127;
		height: 				89;
		position: 				absolute;
		top: 					477px;
		left: 					188px;
	}
	
		a:hover.screens2 {
			background:				url("images/screenthumbs.jpg") -127px -89px no-repeat;
		}
		
	.screens3 {
		background:				url('images/screenthumbs.jpg') -254px 0px no-repeat;
		width: 					127;
		height: 				89;
		position: 				absolute;
		top: 					477px;
		left: 					322px;
	}
	
		a:hover.screens3 {
			background:				url("images/screenthumbs.jpg") -254px -89px no-repeat;
		}
	
	.screens4 {
		background:				url('images/screenthumbs.jpg') -381px 0px no-repeat;
		width: 					127;
		height: 				89;
		position: 				absolute;
		top: 					477px;
		left: 					460px;
	}
	
		a:hover.screens4 {
			background:				url("images/screenthumbs.jpg") -381px -89px no-repeat;
		}
		
	#links {
		clear:					both;
		position:				absolute;
		top:					575px;
		left:					615px;
		width:					317px;
		height:					20px;
	}
		
		a.links {
			font-family:			"Arial", "Verdana";
			font-size:				11px;
			font-weight:			bolder;
			color:					#dddddd;
			text-decoration:		none;
		}
		
		a:hover.links {
			color:					#ffffff;
			text-decoration:		underline;
		}
		
		
	#game_infotext {
		background:				url('images/game_infotext.jpg');
		background-repeat:		no-repeat;
		position:				relative;
		float:					left;
		font-family:			"Arial", "Verdana";
		font-size:				12px;
		font-weight:			bolder;
		padding:				16px 10px 0px 370px;
		text-align:				left;
		top:					480px;
		left:					0px;
		width:					570px;
		height:					85px;
	}
	
	#download_window {
		background:				url('images/download_window.jpg');
		background-repeat:		no-repeat;
		position:				relative;
		top:					127px;
		left:					1px;
		width:					718px;
		height:					417px;
	}
	
	#download {
		background:				url('images/download.jpg');
		position:				relative;
		width:					245px;
		height:					39px;
	}
	
		a.download {
			display:				block;
			position:				relative;
			width:					245px;
			height:					39px;
			top:					248px;
			left:					-1px;
			background:				url("images/download.jpg") 0 0 no-repeat;
			text-decoration:		none;
		}
		
			a:hover.download {
				background-position:	0px -39px;
				text-decoration:		none;
			}
			
	#playinbrowser {
		background:				url('images/playinbrowser.jpg');
		position:				absolute;
		width:					103px;
		height:					29px;
	}
	
		a.playinbrowser {
			display:				block;
			position:				absolute;
			width:					183px;
			height:					29px;
			top:					477px;
			left:					382px;
			background:				url("images/playinbrowser.jpg") 0 0 no-repeat;
			text-decoration:		none;
		}
		
			a:hover.playinbrowser {
				background-position:	0px -29px;
				text-decoration:		none;
			}
	
	#game_noiedownload {
		background:				url('images/download.jpg');
		position:				relative;
		width:					245px;
		height:					39px;
	}
	
		a.game_noiedownload {
			display:				block;
			position:				relative;
			width:					245px;
			height:					39px;
			top:					479px;
			left:					-1px;
			background:				url("images/download.jpg") 0 0 no-repeat;
			text-decoration:		none;
		}
		
			a:hover.game_noiedownload {
				background-position:	0px -39px;
				text-decoration:		none;
			}

			
	#home {
		/* background:				url('images/playnow.jpg'); */
		position:				relative;
		width:					39px;
		height:					16px;
	}
	
		a.home {
			display:				block;
			position:				relative;
			top:					155px;
			left:					-324px;
			width:					39px;
			height:					16px;
			/* background:				url("images/playnow.jpg") 0 0 no-repeat; */
			text-decoration:		none;
		}
		
			a:hover.home {
				/* background-position:	0px -39px; */
				text-decoration:		none;
			}