/* For modern browsers */
.clearfix:before,.cf:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }


html,body{
	width:100%;
	height:100%;
}

body {
	background-color: #f7f6f5;
}

/* top */

#top {
	position:relative;
	height:790px;
}

#mark {
	position:absolute;
	top:60px;
	left:60px;
	height:192px;
	width:200px;
}

#title {
	position:absolute;
	top:323px;
	left:60px;
	height:190px;
	width:266px;
}

#btn_facebook {
	position:absolute;
	top:567px;
	left:68px;
	height:16px;
	width:74px;
}

#read {
	position:absolute;
	top:196px;
	left:400px;
	height:534px;
	width:410px;
}

/* vol2 */

#vol2 {
	background-color:#fff100;
	margin:none;
	padding:none;
	padding-bottom:80px;
	width:100%;
	min-width:1200px;
}

/* vol1 */

#vol1 {
	margin:none;
	padding:none;
	background-color:#fff100;
	width:100%;
}

#vol1_tit {
	margin:none;
	padding:none;
	background-image:url(../img/tit_bg.png);
	background-color:#fff100;
	cursor: pointer;
	width:100%;
	min-width:1200px;
}

#vol1_main {
	margin:none;
	padding:none;
	background-color:#fff100;
	display:none;
	width:100%;
	min-width:1200px;
}

#organizer {
	padding-bottom:60px;
	background-color:#333333;
	width:100%;
	min-width:1200px;
}

/* foot */

#foot {
	background-color:#000000;
	position:fixed;
	bottom:0;
	height:60px;
	width:100%;
}

#totop {
	float:right;
}

#copyright {
	position:relative;
	top:21px;
	left:60px;
	height:18px;
	width:230px;
}