body {
	background: #000;
	color: #ccc;
	font-family: sans-serif;
	background-image: url('img/background.jpg');
	margin: 0;
	padding: 0;
}

div.content {
	margin-top: 20px;
	margin-left: 50px;
	width: 200px;
	letter-spacing: 1px;
	float: left;
	padding: 0;
}

div.video {
	margin-top: 20px;
	padding: 0;
	width: 500px;
	float:left;
}

div.video div {
	border: 1px solid #033;
	padding: 0;
	margin: 0;
	width: 443px;
	height: 270px;
}

div.facebook {
	position: fixed;
	bottom: 3px;
	left: 3px;
}

h1 {
	color: #678;
	font-size: 50pt;
	font-family: "Courier New", monospace;
	padding-left: 40px;
	background: #210000;
	height: 90px;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	border-bottom: 1px solid #000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;

}

a, a:visited {
	color: #fff;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

a:hover {
	text-decoration: underline;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.links {
	margin: 0;
}

.image {
	float:right;
}

