body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid #666666;
}
#header {
	height: 100px;
	width: 900px;
	background-image: url(../img/logo_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	vertical-align: middle;
}
#header h1 {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	margin-right: 10px;
	margin-top: 15px;
}
#header table {
	width: 900px;
	margin-top: 10px;
	vertical-align: middle;
}

#logo {
	margin-left: 13px;
	height: 53px;
	width: 259px;
}

#footer {
	color: #FFFFFF;
	background-color: #999999;
	height: 18px;
	width: 890px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}
#leftframe {
	float: left;
	width: 320px;
	margin-top: 5px;
	margin-left: 10px;
}
#rightframe {
	float: right;
	width: 525px;
	margin-top: 5px;
	margin-right: 10px;
}
#Movieplayer {
	margin: 0px;
	padding: 0px;
	height: 620px;
	width: 320px;
}
#notice {
	background-image: url(../img/notice_bg.gif);
	background-repeat: repeat-y;
	font-size: 13px;
	color: #666666;
	float: right;
	height: 165px;
	width: 525px;
	margin-top: 10px;
}
#notice h3 {
	text-decoration: underline;
	font-size: 15px;
	margin-left: 7px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #99CC00;
	padding-left: 3px;
}
#notice p {
	font-size: 13px;
	margin-left: 7px;
	line-height: 1.5em;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#notice_center {
	height: 135px;
	width: 525px;
	overflow: auto;
}
#notice_center strong {
	color: #006699;
	text-decoration: underline;
}
