@charset "utf-8";

*{margin:0; padding:0;}
img{border:none;}


html, body {
	margin:0;
	padding:0;
	font-size:12px;
	}

body{
font-size:12px; background:url(../img/bg01.gif) #c5c5c5 repeat-x  0 0; color:#555;
}

#cover,#console,#pad{
min-width:888px;
}


#pad{
	position:absolute; top:50px; left:0;
	width:100%;
	height:450px;
	}

#cover {
	position:absolute;
	z-index:1000;
	top:0px;
	left:0;
	width:100%;
	height:300px;
	background:#tranceparent;
}



#console{
	position:absolute;
	z-index:500;
	top:0px;
	left:0;
	width:100%;
	}



/******************************/

.bgbox{}

.centerbox{
	width:100%;
	background: url(../img/console.gif) no-repeat center 35px;
	height:435px;
	}



.monitor{width: 880px; margin:0 auto;}
.monitor a{color:#fff;}
.monitor a:hover{color:#f00;}
.monitor p{text-align:right; padding:0 60px 0 0;}



iframe{
	width:880px; height:380px; 
 	margin:0 auto;
 	border:0;
	margin-top:50px;
	background-color:transparent;
	}



.bgblack{
	background-color:#000;
	}

