body 
	{background: #222222;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;}
#logo
	{position:absolute;
	left:0%;
	top:0%;
	width:150px;
	height:150px;
	border:0px;}
#navbox
	{position:absolute;
	right:0%;
	top:0px;
	width:150px;
	height:150px;
	text-align:center;}
A.nav:link, A.nav:visited
	{color:silver;
	background-color:#222222;
	font-size: 2em;
	line-height: 3em;
	font-family: 'Lucida Sans Unicode';
	text-transform:none;
	text-decoration:none;
	position:relative;
	top:30px;
	height:40px;}
A.nav:hover 
	{color:#222222;
	background-color:silver;
	font-family: 'Lucida Sans Unicode';
	font-size: 2em;
	line-height: 3em;
	text-transform:none;
	text-decoration:none;
	position:relative;
	top:30px;
	height:40px;}
#centerpos
	{position:absolute;
	left:50%;
	top:50%}
#title
	{text-align:center;
	font-size:2em;
	font-family:"Verdana";
	color:silver;
	font-weight:normal;
	position:absolute;
	width:440px;
	height:40px;
	left:-220px;
	top:-225px; 
	border:#555555 solid 1px;}
#border
	{position:absolute;
	width:440px;
	height:340px;
	left:-220px;
	top:-170px;
	background:#000000;
	border:#555555 solid 1px}
#screen
	{position:absolute;
	left:-200px;
	top:-150px;
	background:#000000}
#screen span
	{position:absolute;
	overflow:hidden;
	border:#ffffff solid 1px;
	background:#ffffff;}
#screen img
	{position:absolute;
	left:-32px;
	top:-32px;
	cursor: pointer;
	width:320px;
	height:240px;}
#caption
	{color: silver;
	font-family: georgia, 'times new roman', times, veronica, serif;
	font-size: 1em;
	text-align: center;
	position:absolute;
	width:440px;
	height:60px;
	left:-220px;
	top:200px}
#caption b
	{font-size: 2em;}