#Home_on{
    position: relative;
	color: #ffffff;
	background: url(../images/menu_hover_right.jpg) top right no-repeat;
}
#Home_on span {
    position: absolute;
	display: inline-block;
	width: 15px;
	height: 42px;
	top:0px;
	left:0px;
	background: url(../images/menu_hover_left.jpg) no-repeat;
}
#main{
	margin:0 auto;
	width:960px;
	height:500px;
	font: 14px Arial, Helvetica, sans-serif;
	line-height:20px;
	word-wrap:break-word;
	position:relative;
	
}
#formHeader{
	position: absolute;
	width: 960px;
	height: 100px;
	top:10px;
	left:0px;
	background-color:rgb(49, 49, 110);
	}
#formHeader h1{
	position: absolute;
	width: 960px;
	height: 100px;
	top:25px;
	left:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;	
	}
#login{
	position: absolute;
	width: 200px;
	height: 200px;
	top:200px;
	left:300px;
	border-right-width: 1px;
	border-right-style: solid;
	}

#login-btn{
	background-color:#31316E;
	color:#FFFFFF;
	}
#new{
	position: absolute;
	width: 300px;
	height: 200px;
	top:200px;
	left:501px;
	line-height:200px;
	text-indent:30px;
	}
#new a{
	display:block;
	font-size: 14px;
	line-height:30px;
    height: 30px;
    width: 120px;
	background-color:#31316E;
	color:#FFFFFF;
	text-decoration:none;

	}
