/*CSS reset*/
*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	}
img{boder:0;}
ul {
	margin-left: 1.4em;
	list-style:square;}

html{
	width:100%;
	height:100%;
	background-color:#FAE9E0;}
/*reset end*/
body{
	width:784px;
	height:694px;
	
	background-color:#FFFFFF;
	background-image:url(image/background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	
	}
	
#banner{
	display:inline;
	width:764px;
	float:left;
	margin:10px 0px 0 10px;
	zoom:1;
	}
	
#main_body{
	display:inline;
	width:764px;
	float:left;
	background-color:#D2F4FD;
	margin:10px 0px 0 10px;
	}
#access{
		display:inline;
		width:457px;
		height:170px;
		float:left;
		background-image:url(image/access_pallet.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		margin:20px 0 20px 170px;
		zoom:1;
		}
		
#access_content{
		width:451px;
		height:170px;
		float:left;
		text-align:center;
		line-height:30px;
		margin:70px 0 0 0px;;
		}
		
 #access_content .login{
		text-decoration:none;
		background-color:#FFFFFF;
		color:#000000;
		font-family:Georgia, "Times New Roman", Times, serif;

		font-size:16px;
		padding:2px 3px 2px 3px;
		border:1px #000 solid;
		}
		
#access_content .login:hover{
		text-decoration:none;
		background-color:#FC926D;
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		padding:2px 3px 2px 3px;
		}

.back{
		margin-left:350px;}
	
	

