@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper{
	width: 1200px;
	height: 1160px;
	margin: 0 auto;
	box-shadow: -10px 10px 10px #888888;
	border: 1px solid #666666;
	color: #000;	
}
#banner-line{
	position:relative;
	top:5px;
}
#diagram{
	float:left;
	width:1200px;
	color: #000;	
}
#logintable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer{
	position: relative;
	float: left;
	width: 1200px;
	height: 20px;
	top: 26px;
	color: #FFF;
	text-align: center;
	background-color: #333;
}
table tr td span {
	color: #000;
}
