@charset "utf-8";

* {
margin:0px;
padding:0px;
font-size:100%;
font-weight: normal;
}

html {
height: 100%;
margin: 0;
padding: 0;
}


/*	links  */


a:link, a:visited, a:active {
	color: #3333cc;
	text-decoration:none;
	padding-bottom:1px;
	white-space: nowrap;
	text-align: left;
	}
a:hover {
	color: #3399ff;
	}

/*   layout	 */


body	
	{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333333;
}

#wrap{
	position: top center;
	width: 920px;
	height: 690px;
	margin: 20px auto 0;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
	border: 3px solid #f7cc48;
	background-color: #FFFFFF;
	}

/*#wrap{
	position: absolute;
	width: 920px;
	height: 690px;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -345px;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
	border: 3px solid #f7cc48;
	background-color: #FFFFFF;
	}

