@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	background-color: white;
	letter-spacing: normal;
	scrollbar-base-color: #ECF4F8;
	scrollbar-arrow-color: #11242B;
	scrollbar-DarkShadow-Color: #204357;
	scrollbar-Highlight-Color: #204357;

}

#hg{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(img/hg.jpg);
	background-attachment: fixed;


}


#all{
	width: 100%;
	height:100%;
	position: absolute;
	text-align: left;
}

#content{
	width: 650px;
	height: 650px;
	
	margin-left: 50px;
	margin-top: 20px;
	postion: absolute;
	overflow: auto;
	border: 0px solid red;



}
div{
	
	border: 0px solid red;
	}
