#arcadetop {
	text-align:center;
	background:#000;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
}
#header, #footer {
	padding:1em 0;
}
#container {
	margin:10px auto;
	width:406px;
	position:relative;
}
p {
	padding:.1em 0 0 0;
}
h1, h2, a:visited {
	color:#f00;
}
a:link {
	color:#69c;
}
#container h2 {
	padding:.5em 0 0 0;
}
#case {
	width:406px;
	height:270px;
	border-top:4px solid #cecece;
	border-right:12px solid #9b9b9b;
	border-bottom:6px solid #969696;
	border-left:12px solid #cacaca;
	background:#e8e8e8;
	position:relative;
	margin:auto;
}
#tvscreen {
	width:376px;
	height:250px;
	border:4px solid #666;
	background:#000 url("static2.gif") repeat;
	position:absolute;
	top:6px;
	left:10px;
	overflow:hidden;
}
a .icon {
	display:none;
	position:absolute;
	top:14px;
	left:26px;
}
a:hover .icon {
	display:block;
}
a img {
	border:0;
}
