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

}
@font-face {
   font-family: MyWebFont;
   src: local("MyWebFont"),url('mplus-1p-light.ttf') format("truetype");
}
img {
    border-style:none;
}

BODY {
	font-family: "MyWebFont","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;}

#contents {
	width: 640px;
	text-align: left;
	height: 390px;
	position: relative;
	background-image: url(images/mapBG.png);
	margin-left: auto;
	margin-right: auto;
}

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

logo{
	height: 150px;
	width: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#map{
	width:382px;
	position:absolute;
	top:10px;
	left:10px;
}
#mainbox{
	width: 1000px;
	text-align: left;
	height: 390px;
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
}
