body {
	background: #101010;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color: white;
}

#main {
	position:absolute;
	left:50%;
	top:50%;
}

#border {
	position:absolute;
	width:720px;
	height:600px;
	left:-360px;
	top:-280px;
	background: #101010;
	border:lightgray solid 1px;
}

#screen {
	position:absolute;
	width:640px;
	height:480px;
	left:-320px;
	top:-240px;
	background:#101010;
}

#screen span {
	position: absolute;
	overflow: hidden;
	border: 0px;
	background:#101010;
	padding: 0px;
}

#screen img{
	position: absolute;
	cursor: pointer;
	//overflow: hidden;
}

#menu {
	position:absolute;
	width:720px;
	height:60px;
	left:-360px;
	top:260px;
	text-align:center;
	letter-spacing:32px;
}

#text {
	display: none;
	width: 620px;
	height: 460px;
	font-family: webHelvetica, Helvetica, "sans serif";
	font-size: 20px;
	color: white;
	background-color: darkred;
	padding: 10px 5px 10px 5px;
}
