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

html, body {
	height:100%;
	margin:0;
	padding:0;
}
body #top {
	height:8%;
	margin-bottom:0px;
	position:relative;
}
body #holder {
	clear:both;
	height:740px;
	position:relative;
	margin:0 auto;
	background:none;
	width:100%;
	padding:0;
	overflow:visible;
}