HTML, BODY {
	margin:0px;
	padding:0px;
		height:100%;

}

img {
    border-style:none;
}

BODY {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #0FC;
	font-size: 12px;
	background: #000;
	height:100%;
	text-align: center;
}

A { color: #0A8ECC; }
A:HOVER {
	text-decoration: none;
	color: #CCC;
}	

H1, H2 {
	color: #CCC;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H2 { font-size: 14px;}

.bgstretcher-page { text-align: center;}

#page {
	width: 800px;
	text-align: left;
	padding-left: 22px;
}

screen{
	height: 576px;
	width: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}

logo{
	height: 150px;
	width: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#not{
	width: 400px;
	height: 350px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#mainbox{
	width: 720px;
	text-align: left;
	height: 350px;
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
}