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;
	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: 800px;
	text-align: left;
	padding-left: 22px;
	position: absolute;
}

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

logo{
	height: 150px;
	width: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menubox{
	height: 430px;
	width: 630px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/productBG.png);
	}
#slidebox{
	background-color: #999;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0px;
	}
#itembox{
	background-color: #0CC;
	height: 380px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	}
#mainbox{
	height: 430px;
	position: relative;
	top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 160px;
	padding-right: 160px;
}
