

body {
	background-image: url("../images/backgrounds/fighter_bg.jpg");
	background-repeat: no-repeat;
	background-color: #000;
}

.myEmbedd {
	background-color: #000;
}

#content {
	width: 600px;
	margin: 50px 0 0 365px;
	font-family: century gothic;
	font-size: 14px;
	color: #888;
}

#content a {
	color: #fff;
	text-decoration: none;
	border: none;
}

#content a:hover {
	color: #f00;
	text-decoration: underline;
	border: none;
}

.col_1 {
	float: left;
	width: 280px;
	padding: 25px 20px 0 0;
}

.col_2 {
	float: left;
	width: 280px;
	padding: 25px 0 0 20px;
}

#cube {
	width: 600px;
	height: 300px;
	margin: 20px 0 0 0;
}

#video {
	width: 520px;
	margin: 50px 0 0 365px;
	font-family: century gothic;
	font-size: 14px;
	color: #888;
}

#video img {
	border: none;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #222;
	text-align: center;
	padding: 85px 0 0 0;
}

#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}