	html {
		overflow: hidden;
	}
	body {		margin: 0px;
		padding: 0px;
		background: #222;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("http://www.pornotop3.com/images/logo-top.jpg");
		background-repeat: no-repeat;
	}
	#box {
		position: absolute;
		background: #111;
		border: white solid 1px;
		visibility: hidden;
	}
	#screen {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 10%;
		height: 80%;
		background: #000;
		border: gray solid 0px;
	}
	#box img  {
		position: absolute;
		border: gray solid 1px;
		cursor: pointer;
	}
	#box span {
		position: absolute;
		color: #ccc;
		font-family: verdana;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk {
		visibility: hidden;
	}

.text {	font-family:Verdana;	text-align:center;
	color:#FFFFFF;
}

.text a:link {	font-weight:bold;
	text-decoration:none;	text-align:center;
	color:#ff8000;
	font-size:24pt;
	padding: 2px 5px;
}

.text a:visited {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff8000;
	font-size:24pt;
	padding: 2px 5px;
}

.text a:hover {
	text-align: center;
	color: #FFFFFF;
	font-size: 24pt;
	text-decoration: none;
	background-color:#ff8000;
	padding: 2px 5px;
}

.desc {	position: absolute;
	width: 100%;
	top:1%;
	font-family:Verdana;
	font-size: 8pt;
	color:#FFFFFF;
	text-align:center;
}

.desc a:link {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff8000;
	font-size:10pt;
}

.desc  a:visited {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff8000;
	font-size:10pt;
}

.desc a:hover {
	text-align:center;
	color:#FFFFFF;
	font-size:10pt;
	text-decoration: none;
}

.menu {	position: absolute;
	width: 100%;
	top: 90%;
	font-family:Verdana;
	font-size:10pt;
	color:#FFFFFF;
	text-align:center;
}

.menu a:link {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff8000;
	font-size:14pt;
	padding: 2px 5px;
}

.menu a:visited {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ff8000;
	font-size:14pt;
	padding: 2px 5px;
}

.menu a:hover {
	text-align: center;
	color: #FFFFFF;
	font-size: 14pt;
	text-decoration: none;
	background-color:#ff8000;
	padding: 2px 5px;
}

.photos {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
}