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

#container_l{	
	margin-top: 25px;
	background: url(../img/bg.jpg) repeat-x;
	width: 49%;
	float: left;
	height: 677px;
	display: none;
	position: relative;
	z-index: 0;

}
#container_r{	
	margin-top: 25px;
	background: url(../img/bg_r.jpg) repeat-x;
	width: 50%;
	float: right;
	height: 677px;
	display: none;
	position: relative;
	z-index: 0;

}

#picture{
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -480px;
	display: none;
	z-index: 100;
}

#button_area{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	display: none;
}

#copyright{
	display: none;
	width: 100%; 
	text-align: center; 
	clear:both; 
	font-size: 77%; 
	color: #666;
}

#button_area a{
	margin-left: 5px;
}
