body{
	background: url(/image/GGG-HomePage.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a img{
	border: none !important;
}

#main_frame{
	margin: 0 auto;
	width: 100%;
	height: 800px;
	position: relative;
}

#logo{
	position: absolute;
	top: 100px;
	left:50%;
	margin-left: -204px;
	width: 408px;
	height: 191px;
}

#cross_path{
	position: absolute;
	top: 341px;
	width: 100%;
	height: 73px;
	background-image: url('/image/path.png');
	background-repeat: repeat-x;
}

#botton_1{
	margin: 0px auto;
	width: 401px;
	height: 73px;
}

#cross_path_2{
	position: absolute;
	top: 471px;
	width: 100%;
	height: 73px;
	background-image: url('/image/path.png');
	background-repeat: repeat-x;
}

#botton_2{
	margin: 0px auto;
	width: 401px;
	height: 73px;
}

#footer{
	width: 499px;
	height: 57px;
	bottom: 20px;
	left:50%;
	margin-left: -250px;
	position: absolute;
}