@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/web_bg.jpg);
	padding-bottom: 350px;
}
#video {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#type {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	color: #900;
	font-style: italic;
	height: 125px;
}
#typeleft {
	text-align: left;
	float: left;
}
#typeright {
	text-align: right;
	float: right;
}

