@charset "utf-8";
/* CSS Document */
body {

height:100%;
width: 100%;
margin: 0;


}
#header { 
width: 1024px;
height:768px;

	left: 50%;  
	margin-left:-512px;
position: absolute; 
}
#middle{
top: 0px;
 width: 1024px;
	height: 768px;
	background: url(gimg/bg_middle.jpg) repeat-y ;
position: absolute; 
left: 50%;  
	margin-left:-512px;

}
