@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-color: #f7f7f7;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #logo {
	height: 100px;
	background-color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 968px;
}

#wrapper #navigation {
	height: 22px;
	background-color: #000;
	color: #FC3;
	padding-left: 0px;
}

#wrapper #body {
	background-color: #000;
	width: 968px;
	height: auto;
	color: #CC6;
	text-align: center;
	font-size: large;
}

#wrapper #statement {
	background-color: #000;
	width: 968px;
	height: auto;
	color: #CC6;
	font-size: large;
}

#wrapper #video {
	background-color: #000;
	width: 968px;
	height: auto;
	color: #CC6;
	text-align: center;
	font-size: large;
}

#wrapper #footer {
	background-color: #000;
	clear: both;
	height: 40px;
	width: 968px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CC9;
}
