/* CSS Document */
.holder {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 320px;
	max-width: 320px;
	min-height: 420px;
	height: 100%;
	left: 50%;
	margin-left: -160px;
}

.nav{
	position: absolute;
}
#nav1{
	z-index: 60;
	top: -360px;
}
#nav2{
	z-index: 50;
	top: -360px;
}
#nav3{
	z-index: 40;
	top: -360px;
}
.bg-images{
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	margin-left: 2px;
	margin-bottom: 2px;
}
body {
	background-color: #07060a;
}

#javaWarning{
	position: absolute;
	top: auto;
	bottom: 0;
	margin-bottom: 150px;
	text-align:center;
	color: #4a4a4a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 30;
}
#javaWarning a{
	color: #7a7a7a;
}
#jsDisabled{
	position: absolute;
	top: auto;
	bottom: 0;
	text-align:center;
	color: #4a4a4a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.detail {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	text-align: justify;
	color: #01d2ff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.detail h1{
	text-align:left;
}
.detail a, #brand{
	color: #f8dafb;
}
.detail a:visited{
	color: #79c7eb;
}

#textA{
	position: inherit;
	height: 230px;
	top: -260px;
	z-index: 65;
	line-height: 1em;
}

#textB{
	position: inherit;
	height: 255px;
	top: -260px;
	z-index: 55;
	line-height: 1em;
}
#textC{
	position: inherit;
	height: 255px;
	top: -260px;
	z-index: 45;
}
