/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
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;
c	text-align: center;
}
@font-face {
   font-family: MyWebFont;
   src: local("MyWebFont"),url('mplus-1p-light.ttf') format("truetype");
}
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none;
	position: relative;
}

.jspDrag
{
	background: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: auto;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: white;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

positioning* { margin: 0; padding: 0;  }
h1,p{
	width: 100%;
	padding:10px 0;
	color: #FFF;
	text-align: left;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: lighter;
	font-family:"MyWebFont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 50px;
}
#content{width: 70%;margin: 0 auto;}
a{
	width: 100%;
	color: #FFF;
	text-align: left;
	font-size: 28px;
	font-weight: lighter;
	font-family:"MyWebFont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	left: 0px;
}
p1{
	color: #FFF;
	text-align: right;
	font-size: 22px;
	font-weight: lighter;
	font-family: "MyWebFont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	right: 25px;
	position: absolute;
}

#screen {
	border-style: none;
	height: 576px;
	width: 1024px;
}

#menu{
	height: 300px;
	width: 480px;
	position: relative;
	clear: inherit;
	margin-left: auto;
	margin-right: auto;
}

#mainbox{
	width: 800px;
	text-align: left;
	height: 300px;
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
}zzzzz
