html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-color:#000;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}
body, td, th {
	font-family: Zurich Cn BT, Tahoma;
	font-size: 14px;
	color: #f4f4f4;
	font-weight: bold;
}
a:link {
	color: #f4f4f4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f4f4f4;
}
a:hover {
	text-decoration: none;
	color: #aaaaaa;
}
a:active {
	text-decoration: none;
	color: #f4f4f4;
}
a:focus {
	outline:none;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#content {
	padding-bottom: 9em;
}
#header {
	float: left;
	padding: 5px;
	margin: 10px;
	/* background-image:url(shade2.png); */
background-repeat:no-repeat;
}
#video_title {
	width: 310px;
	height: 23px;
	background-image:url(header_video.jpg);
	background-repeat:no-repeat;
	clear: both;
	padding-left: 10px;
	padding-top: 7px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}
#video {
	background-color:#000;
	color: #fff;
	width: 320px;
	height: 256px;
	text-align: center;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#main {
	test-align: center;
	padding-left: 50px;
	padding-top: 50px;
}
#menu {
	text-align:center;
	background-image: url(black.png);
	background-repeat: repeat;
	margin: 0 auto;
	width: 885px;
	height: 48px;
	padding-top: 10px;
}
#logo {
	width: 700px;
	margin: 0 auto;
	height: 76px;
	background-image: url(black.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align:center;
}
#button a {
	background-image:url(but.png);
	background-repeat:no-repeat;
	padding-top:10px;
	text-align:center;
	width: 110px;
	height: 38px;
	float: left;
}
#button a:hover {
	background-image:url(but2.png);
	background-repeat:no-repeat;
	text-align:center;
	width: 110px;
	height: 38px;
	float: left;
}
#text {
	color: #999;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-weight:normal;
	background-image: url(black.png);
	background-repeat: repeat;
	overflow: auto;
}
#text a {
	color: #999;
	font-weight:normal;
}
#text a:hover {
	color: #666;
	font-weight:normal;
}
.text_left {
	float: left;
	width: 49%;
	padding-left: 10px;
	text-align: left;
}
.text_middle {
	float: left;
	text-align: center;
	width:49%;
}
.text_right {
	float: right;
	width: 49%;
	padding-right: 10px;
	text-align: right;
}
#footer {
	position: relative;
	margin-top: -18.8em;
}
.picture {
	padding-top: 2px;
	padding-bottom: 2px;
}
