@charset "utf-8";
/* CSS Document */

html,body {
	width:auto;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x #272e37;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
	a:link { 
	color:#ef792f;
	text-decoration:none;
	}
	a:hover {
	color:white;
	}
	a:visited {
	color:#efaf2f;
	text-decoration:none;
	}

#container {
	position:relative;
	width:728px;
	min-height:100%;
	margin:0 auto;
	border-left:#272e37 solid 1px;
	border-right:#272e37 solid 1px;
	background:#2e3640;
}
#header {
	position:relative;
	width:inherit;
	height:142px;
	background-image:url(../images/header.gif);
	/*background-color:red*/
}
	#login {
	position:absolute;
	width:180px;
	height:50px;
	left: 547px;
	top: 76px;
	}
	.loginput {
		position:relative;
		height:16px;
		width:127px;
		border:#efaf2f solid 1px;
		background-color:#2e3640;
		margin-bottom:5px;
		color:white;
	}
	.loginacpt {
	position:absolute;
	width:40px;
	height:40px;
	background:url(../images/login_btn.png);
	border:none;
	top: 2px;
	left: 134px;
	}
#content {
	position:relative;
	width:714px;
	padding:7px;
	min-height:100%;

}
#footer{
	position:relative;
	width:728px;
	height:41px;
	margin:auto;
	border-top:#efaf2f solid 1px;
	/*background-color:purple;*/
}

