@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	color: #FFF;
	margin:0;
	height:100%;
	width:100%;
}

#content {
	background:none;
	margin-bottom:63px;
	margin:0 auto;
	padding-left:450px;
	width:737px;	
	display:block;
}

#videoPlayer {
	background:none;
	height: 385px;
	width: 640px;
	position: absolute;
	top: 210px;
	border:none;
}

#header {
	background:none;
	height: 145px;
	width: 737px;
	position: absolute;
	border:none;
	top: 50px;
}

#header a {
	outline:none;
}

#footer {
	position: absolute;
	bottom:0px;
	margin-bottom:none;
	background-color:#FFF;
	height:63px;
	width:100%;
	min-width:1349px;
}

#logo {
	margin-left:20px;
	float:left;
	display:inline;
}

#logo a {
	outline:none;
}

#button_01 {
	margin-left:490px;
	float:left;
	display:inline;
}

#button_01 a {
	outline:none;
}

#button_02 {
	margin-left:30px;
	float:left;
	display:inline;
} 

#button_02 a {
	outline:none;
}