body {
	background: #0f0202 url(images/pappersbg.jpg) 50% top no-repeat;
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 28px;
}
a {
	color: #fff;
}
div.center {
	margin:0 auto;
	width:510px;
	position:relative;
	padding:185px 0 80px 0;
}
div.title {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	text-align:center;
	text-indent:-16000px;
	overflow:hidden;
	}
	
div.slot {
	float:left;
	width:170px;
	height:170px;
	overflow:hidden;
}


div.slot_id {
	position:relative;
	width:170px;
	height:170px;
	overflow:hidden;
}

div.slot img {
	position:absolute;
	top:9px;
	left:10px;
	width:150px;
}

div.slot:active img {
	top:11px;
}


div.shade {
	display:block;
	width:170px;
	height:170px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	text-indent:-2000px;
	overflow:hidden;
}
div.shade:active {
	background:red;}

.shim {
	background:url(images/pad3.png) top left no-repeat;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:170px;
	height:170px;
	z-index:20;
	text-indent:-2000px;
	text-decoration:none;
	}
	
.shim:hover {
	background-position:0 -170px;
	cursor:pointer;}
.shim:active {
	background-position:0 -340px;
	cursor:move;}

div.greeting {
	clear:both;
	padding:10px 10px;
	text-align:left;
	font:16px/20px Arial, Helvetica, sans-serif;
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	color:white;
}
div.logos {text-align:center;}
a.logo {
	text-decoration:none;
	}
a.logo img {
border:none;
}
div.swf_dummies {
	height:1px;
	width:100%;
	overflow:hidden;
}

div.sorry_old_browser {
position:absolute;
top:175px;
left:0;
width:100%;
height:520px;
/*
border-top:1px solid white;
border-bottom:1px solid white;
*/
background:url(images/oldbrowserpop.jpg) 50% 50% no-repeat;
height:530px;
z-index:2000;	
text-align:center;
	}

div.sorry_old_browser h2 {
	font-size:32px;
	line-height:40px;
	padding-top:40px;
	}

div.sorry_old_browser p {
	width:470px;
	margin:0 auto 20px auto;
	text-align:left;
font-weight:bold;
}

@media screen and (max-device-width: 480px) {
	body {
		background: #0f0202 url(images/pappersbg_iphone.jpg) 50% top no-repeat;
	/*body {background-position:50% -160px;}
	*/
	}
	div.center {
		margin:0 auto;
		width:265px;
		position:relative;
		padding:95px 0 80px 0;
	}
/*	div.title {
		position:absolute;
		top:10px;
		left:0;
		width:100%;
		text-align:center;
		text-indent:0;
		overflow:hidden;
		color:white;
		height:175px;
	}
	div.title h1 {
	font-size:24px;
	line-height:30px;
	padding-top:0;
	font-weight:normal;
		}
*/		
	div.slot {
		float:left;
		width:85px;
		height:85px;
		overflow:hidden;
	}
	
	
	div.slot_id {
		position:relative;
		width:85px;
		height:85px;
		overflow:hidden;
	}
	
	div.slot img {
		position:absolute;
		top:4px;
		left:5px;
		width:75px;
	}
	
	div.slot:active img {
		top:5px;
	}
	
	
	div.shade {
		display:block;
		width:85px;
		height:85px;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
		text-indent:-2000px;
		overflow:hidden;
	}
	div.shade:active {
		background:red;}
	
	.shim {
		background:url(images/pad_for_phones.png) top left no-repeat;
		position:absolute;
		display:block;
		top:0;
		left:0;
		width:85px;
		height:85px;
		z-index:20;
		text-indent:-2000px;
		text-decoration:none;
		}
		
	.shim:hover {
		background-position:0 -85px;
		cursor:pointer;}
	.shim:active {
		background-position:0 -170px;
		cursor:move;}
}