@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: black;
}

#header {
	margin: 0 0 15px 0;
	background: black;
}
#scroll-left {
	float: left;
	width: 90px;
}
#scroll-right {
	float: right;
	width: 90px;
}
#swf-video {
	float: left;
	width: 79%;	
}

#side-a {
	float: left;
	width: 300px;
}

#side-b {
	float: right;
	width: 300px;
}

#content { 
	float: left;
	width: 32%;
}

#footer {
	clear: both;
	background: black;
}
