body {
	
	/*background: #79b8f2;*/
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-color: #000000;
	/*background-image: url('images/bg.png');*/
	font-size: 14px;
	line-height: 17px;
	color: #88929b;
	-webkit-touch-callout: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}


#screen {
	z-index: 0;
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	width: 780px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/*
	-moz-border-radius-top-right: 20px;
	-moz-border-radius-top-left: 20px;
	-moz-border-radius: 20px 20px 0px 0px;
	-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.35);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.35);*/
	border: 5px solid #555555;
	/*margin: 0;*/
	background-color: #ffffff;
	/*background-image: url('images/bg.png');*/
	background-repeat: repeat;
	border-collapse: collapse;
	border-bottom: none;
	overflow:hidden;
}

#content, #heading {
	width: auto;
	height: auto;
	padding: 0px 60px 10px 60px;
	margin: 0px;
	text-align: left;
	line-height: 100%;
	font-family: courier new;
	font-size: 16px;
	text-decoration: none;
	/*text-shadow: #222222 0px 2px 0px;*/
	/*color: #88929b;*/
	color: #ffffff;
}


h2 {
	color:#ffffff;
	font-family:courier new;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	outline:none;
 	border:none;
 	text-decoration:none;
}

a {
	color:#ffffff;
	font-family:courier new;
	font-size:36px;
	font-weight:normal;
	text-align:center;
 	outline:none;
 	border:none;
 	text-decoration:none;
}



a:hover {
	color: #888888;
	border: none;
}

a:visited {
	color: #ffffff;
	border: none;
}

a:active
{
outline: none;
border: none;
}

a:focus
{
-moz-outline-style: none;
color: #888888;
border: none;
}
