﻿body {background-image: url("../../Image/Main/Back.jpg");
	margin-left: 0px;
	margin-top: 0px;
	padding:0px;
	text-align:center;
}
#Top1{
    width:100%;
    float:left;
    height:24px;
}
#Container{	
	position:relative;
	margin:0px auto 0px auto;
	width:920px;
	text-align:left;
	overflow:hidden;
	background-image: url("../../Image/Main/login1.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#Top{
	float: left;
	height: 120px;
	width: 920px;
}
#Left{
	width: 500px;
	height: 440px;
	float: left;
}
#Main{
	width: 280px;
	height: 300px;
	float: left;
	border-color: #0000FF;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
    border-radius:12px;
    box-shadow:2px 2px 8px #333333;
}
#Main ul{
	float: left;
	list-style-type:none;
	margin:0px;
	padding:0px;
    width: 268px;
}
#Main ul li{
	text-align:center;
	float: none;
	padding: 0px;
	font-size: 14px;
	color: #0000FF;
	height: 48px;
	line-height: 48px;
}
#Footer{
	float: left;
	width: 920px;
	height: 52px;
	border-bottom-color: #0000FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #0000FF;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #33CCFF;
}
#Footer ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Footer ul li{
	float: left;
	text-align:center;
	line-height:24px;
	font-size: 14px;
	color: #0000FF;
	height: 24px;
	width: 180px;
}
#Footer ul li a{
	text-decoration:none;
}		
#butReg,#butLogin {
	font-size:12px;
	font-weight:bold;
	color:#0000FF;
	width:68px;
	height:32px;
	margin-Left:24px;
	margin-right:24px;
}