


	* {
		border:0;
		margin:0;
		padding:0;
		font-weight:normal;
		text-decoration:none;
	}
	
	br.clearfix {
		clear:both;
	}
	
	
	body { 
		background:#000 url(/imgs/body_bg.gif) no-repeat;
	}
	
	div#container {
		position:absolute;
		top:100px;
		left:72px;
	}
	
	div#content {
		background:url(/imgs/content_bg.png);
		width:435px;
		padding:20px 17px;
		color:#fff;
		font-family:arial,helvetica,sans-serif;
		font-size:11px;
		line-height:22px;
	}
	
	div#functions {
		background:url(/imgs/functions_bg.png);
		width:435px;
		padding:17px;
		font-family:arial,helvetica,sans-serif;
		font-size:11px;
	}
	
	h1 {
		overflow:hidden;
		text-indent:-200000em;
		width:467px;
		height:45px;
		background:url(/imgs/h1_bg.png);
	}
	
	h2 {
		display:none;
	}
	
	div#content p {
		margin-bottom:23px;
	}
	
	div#content p a {
		color:#fff;
		border-bottom:1px dotted #EAFF00;
	}
	
	div#functions p a {
		display:block;
		float:left;
		width:126px;
		height:24px;
		background:url(/imgs/functions_b_bg.gif) no-repeat;
		margin-right:13px;
		color:#EAFF00;
		text-align:center;
		padding-top:10px;
		outline:0;
	}
	
	div#functions p a:hover, div#functions p a:focus {
		background-position:bottom left;
		color:#9AA60D;
	}
	
	del {
		text-decoration:line-through;
	}
	
	div#zoom {
		position:absolute; 
		top:45px;
		left:600px;
	}
	
	a#b_zoom {
		display:block;
		width:179px;
		height:189px;
		text-indent:-200000em;
		overflow:hidden;
		background:url(/imgs/b_zoom_bg.jpg);
		outline:0;
	}
	
	a#b_zoom:hover, a#b_zoom:focus {
		background-position:bottom left;
	}
	
	div#hider {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#000;
	}
	
	div#screenshot {
		position:absolute;
		top:0;
		left:0;
		z-index:235;
		float:left;
		width:100%;
		height:100%;
	}
	
	div#screenshot a {
		display:block;
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-308px;
		margin-left:-398px;
		border:3px solid #fff;
		width:796px;
		height:616px;
		background:#000 url(/imgs/screenshot.jpg) no-repeat;
		text-indent:-200000em;
		overflow:hidden;
		color:#fff;
		font-family:arial,helvetica,sans-serif;
		font-size:18px;
		letter-spacing:-1px;
	}
	
	div#screenshot a:hover {
		text-indent:40%;
		padding-top:10px;
		height:606px;
	}
	
	div#bottom {
		position:fixed;
		bottom:0;
		left:0;
		width:1112px;
		padding:10px 0 10px 88px;
		background:#000;
		z-index:200;
	}
	
	div#bottom a {
		color:#EAFF00;
		font-size:9px;
		font-family:arial,helvetica,sans-serif;
		margin-right:8px;
		padding:2px;
	}
	
	div#bottom a:hover {
		color:#000;
		background:#EAFF00;
	}
	
	div#bottom span.compliants-info {
		color:#fff;
		font-size:9px;
		font-family:arial,helvetica,sans-serif;
		padding:2px;
	}