/* CSS Document */
body{
	padding:0;
	margin:0;
}

.top{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	background: url(../images/gl_top_bg.jpg) top repeat-x;
	text-align:right;
}

.press{
	position:relative;
	width:100%;
	height:30px;
	padding:0;
	margin:0;
	background: url(../images/gl_press.jpg) left top;
}

.second{
	position:relative;
	float:left;
	width:100%;
	padding:0 0 20px 0;;
	margin:0;
	background: url(../images/gl_second_top.jpg) top repeat-x;
	text-align:center;
}

.second_top{
	position:relative; 
	float:left; 
	width:100%; 
	margin:0; 
	padding:20px 0 50px 0;
	text-align:center;
}

.second_butl_n{
	position:relative;
	float:left;
	width:24%;
	height:200px;
	padding:0;
	margin:0;
	text-align:center;
	font: 12pt Tahoma;
	color:#8e8d8d;
	background: url(../images/gl_butl.jpg) center bottom no-repeat;
}

.second_butl_y{
	position:relative;
	float:left;
	width:24%;
	height:200px;
	padding:0;
	margin:0;
	font: bold 12pt Tahoma;
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	background: url(../images/gl_butl_y.jpg) center bottom no-repeat;
	cursor:pointer;
	cursor:hand;
}

.second_ypak_n{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	text-align:center;
	font: 12pt Tahoma;
	color:#8e8d8d;
	background: url(../images/gl_ypak.jpg) center bottom no-repeat;
}

.second_ypak_y{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	font: bold 12pt Tahoma;
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	background: url(../images/gl_ypak_y.jpg) center bottom no-repeat;
	cursor:pointer;
	cursor:hand;
}

.second_book_n{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	text-align:center;
	font: 12pt Tahoma;
	color:#8e8d8d;
	background: url(../images/gl_book.jpg) center bottom no-repeat;
}

.second_book_y{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	font: bold 12pt Tahoma;
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	background: url(../images/gl_book_y.jpg) center bottom no-repeat;
	cursor:pointer;
	cursor:hand;
}

.second_allBook_n{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	text-align:center;
	font: 12pt Tahoma;
	color:#8e8d8d;
	background: url(../images/gl_allBook.jpg) center bottom no-repeat;
}

.second_allBook_y{
	position:relative;
	float:left;
	width:25%;
	height:200px;
	padding:0;
	margin:0;
	font: bold 12pt Tahoma;
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	background: url(../images/gl_allBook_y.jpg) center bottom no-repeat;
	cursor:pointer;
	cursor:hand;
}

.down{
	position:relative;
	float:left;
	width:100%;
	height:280px;
	padding:0;
	margin:0;
	background: url(../images/gl_bottom.jpg) left top repeat-x;
}

.down_border{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	
}






