body {
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #00CCFF;
	text-decoration: underline;
}

::selection {
	color: #00CCFF;
}

::-moz-selection {
	color: #00CCFF;
} 

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	display: block;
	float: right;
}

#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 222px 0 0 0;
	margin: 50px auto;
	display: block;
}

#navigation {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

#header img {
	margin: 0 2%;
}

#content {
	background-image: url(wrap_bg.png);
	width: 100%;
}

#home {
	width: 50%;
	margin: 0 auto;
	padding: 0 0 2% 0;
	font-size: 12px;
	line-height: 42px;
	color: #666666;
	text-align: center;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#about {
	width: 50%;
	margin: 0 auto;
	padding: 1% 1% 1.5% 1%;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	text-shadow: 2px 2px 2px #000000;
}

#about h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	color: #81E6FE;
}

#about img {
	width: 30%;
	height: auto;
	margin: 0 2% 0 0;
}

.fcbk {
	width: 0px;
	height: 0px;
	display: none;
}

#footer {
	font-size: 12px;
	color: #666666;
	margin: 2% auto;
}