* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	overflow: hidden;
}

#header {
	background: transparent url(../images/header-bg-side.jpg) repeat-x;
	text-align: center;
}
#header .header_l {
	background: transparent url(../images/header-bg.jpg) no-repeat;
	height: 150px;
	margin: 0 auto;
	width: 950px;
}

#header-swf {
	height: 150px;
	left: 50%;
	margin-left: -475px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
}

