* {
	font-size: 14px;
}
#layout {
	margin: 80px auto;
	width: 958px;
}
#main {
	height: 470px;
	background: url(image/bg.jpg) no-repeat scroll left top;
	position: relative;
}
#menu {
	position: absolute;
	width: 312px;
	top: 100px;
	left: 540px;
}
#menu a {
	display: block;
}
#menu div {
	width: 312px;
	height: 64px;
	margin: 20px 0;
}
#copyright {
	text-align: center;
}
.login {
	position: absolute;
	width: 290px;
	top: 100px;
	left: 560px;
	padding-top: 44px;
}
#admin_login { background: url(image/admin_banner.png) no-repeat scroll left top }
#auditor_login { background: url(image/auditor_banner.png) no-repeat scroll left top }
#user_login { background: url(image/user_banner.png) no-repeat scroll left top }
.login div {
	margin: 20px 0;
	width: 290px;
	height: 44px;
}
#name {
	padding: 10px 0 10px 36px;
	width: 252px;
	height: 18px;
	border: 1px solid #e1e1e1;
	background: url(image/user.gif) no-repeat scroll 10px 10px;
	background-color: #edf0f2;
}
#pwd {
	padding: 10px 0 10px 36px;
	width: 252px;
	height: 18px;
	border: 1px solid #e1e1e1;
	background: url(image/password.gif) no-repeat scroll 10px 10px;
	background-color: #edf0f2;
}
.login input {
	width: 248px;
	border: 0;
	background-color: #edf0f2;
}
#login_bt {
	width: 127px;
	height: 44px;
	background: url(image/login1.jpg) no-repeat scroll left top;
	border: 0;
}
#login_bt:hover {
	background: url(image/login2.jpg) no-repeat scroll left top;
}
.login a {
	margin: 0 20px;
}
#admin { background: url(image/admin1.jpg) no-repeat scroll; }
#admin:hover { background: url(image/admin2.jpg) no-repeat scroll; }
#auditor { background: url(image/auditor1.jpg) no-repeat scroll; }
#auditor:hover { background: url(image/auditor2.jpg) no-repeat scroll; }
#user { background: url(image/user1.jpg) no-repeat scroll; }
#user:hover { background: url(image/user2.jpg) no-repeat scroll; }
