body {
	background: #3E0000 url('../img_login/slice.jpg') repeat-x;
	font-family: Arial;
}

a {
	color: #CCC;
	font-size: 13px;
	text-shadow: 0 0 2px #000;
}
a:hover{
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0 2px #FFF;
}

#container {
	background: url('../img_login/main.jpg') center top no-repeat;
	min-height: 600px;
	width: 100%;
	margin: 0 auto;
}

#login_container {
	width: 960px;
	height: 100px;
	padding-top: 550px;
	margin: 0 auto;	
}

#login {
	width: 684px;
	margin: 0 auto;
}
#username, #password {
	background: url('../img_login/input.png') no-repeat;
	height: 40px;
	width: 230px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #454545;
	float:left; margin-right: 8px;
}

#username:focus, #password:focus
{
	border-radius: 8px;
	box-shadow: 0 0 10px #FFFFFF;
}
#submit {
	background: url('../img_login/sign_in.png') no-repeat;
	height: 40px;
	width: 165px;	
	float: left;
}
#submit:hover {
	background-position: 0px -40px;
}
#submit:active{
	background-position: 0px -80px;
}

#footer {	
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
}

.footer_left{
	float: left;
}
.footer_left ul li {
	float: left; padding: 0 15px;
}

.footer_middle {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.footer_right{
	float: right;
}
.footer_right p { color: #CCC; font-size: 13px; padding-right: 10px;}