body{
	margin: 0;
	background: #000;
	text-align: center;
}

#green{
	background: url("img/fly_bg.jpg") top right;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
}

#red{
	background: url("img/fly_bg.jpg") top left;
	width: 50%;
	height: 100%;
	position: absolute;
	left:0;
}

#blu{
	background: #000;
	width: 640px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;	
}

/* ########################################################## */

#title{
	padding-top: 16px;

	color: #FFF;
	font-size: 48px;
	letter-spacing: 12px;
}

#cover{
		padding-top: 0px;
}

#cover img{	
	border: 2px #FFF solid;
}

#sub_title{
	padding-top: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

#note{
	color: #c00;
	font-size: 11px;
	padding-top: 4px;
}

#file{
	padding: 8px;
}

#cc{
	padding-top: 16px;
	color: #a00;
	font-size: 9px;
}

#cc a{
		color: #f00;
}

#_flyer{
	/*visibility:hidden;*/
	height: 1px;
}










