video {
	text-align:center;
}

body {
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	/*
	background-image: url(/images/bg.jpg);
	background-attachment: scroll;
	background-origin: padding-box;
	background-repeat: no-repeat;
	*/
}

div#footer {
	clear: both;
/*	background: url(images/foot.png) repeat #333; */
	padding-bottom: 80px;
}
div#foot {
	margin: 0 auto;
	width: 600px;
	background: url(images/navi.png) repeat;
	color: #fff;
	padding: 15px 10px;
	text-decoration: underline;
}
div#foot a {
	color: #ddd;
}
div#foot a:hover {
	color: #eee;
	text-decoration: none;
}
.credit_link {
	float: right;
	font-size: 0.8em;
}
.credit_link a {
	text-decoration: none;
}

/*div#footer {
	clear: both;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
}
*/

div#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	/* [disabled]background-color: #000000; */
	color: #FFFFFF;
}

div#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 100px;
	/* [disabled]background-color: #000000; */
}

div#header {
width: 800px;
height: 100px;
background: #888888;
position: absolute;
top: 0px;
}

div#nav {
	/* [disabled]background-color: #FFFFFF; */
}

div#maincontent {
	width: 600px;
	float: right;
	/* [disabled]background-color: #000000; */
	color: #FFFFFF;
}

div.navblock {
	width: 180px;
	/* [disabled]margin-top: 1px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 1px; */
	/* [disabled]border: 1px solid #FFFFFF; */
	/* [disabled]background-color: #000000; */
	color: #FFFFFF;
}

div.contentblock {
	width: 580px;
	margin: 5px auto;
	border: 1px solid #000000;
	/* [disabled]background-color: #000000; */
	color: #FFFFFF;
	text-align: center;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
