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

body { background-color: #000; color:#fff;}
.content { 
	position: relative; 
	height: 786px; 
	width: 1024px; 
	margin: 0 auto; 
}
#outside {
	background: url(../images/gg_Splash_BG.jpg) no-repeat top center;
}
.inside {
	background: url(../images/gg_Main01_BG.jpg) no-repeat top center;
}
#splash a {
	position: absolute;
	bottom: 25px;
	right: 327px;
	height: 150px;
	width: 62px;
	color: #999;
	text-decoration: none;
}

/* ******* nav *********** */
#news_btn {
	position: absolute;
	bottom: 31px;
	left: 97px;
}
#yt_btn {
	position: absolute;
	bottom: 17px;
	left: 296px;
}
#fb_btn {
	position: absolute;
	bottom: 17px;
	left: 398px;
}
#bc_btn {
	position: absolute;
	bottom: 18px;
	left: 505px;
}
#media_btn {
	position: absolute;
	bottom: 27px;
	left: 715px;
}
#fblike_btn {
	position: absolute;
	top: 0;
	right: 100px;
}
#fblike_frame {
	position: absolute;
	top: 140px;
	right: 115px;
}
