body,html {

}


#container {
	
	position: absolute;
	background: url(../images/bg.jpg);
	height: 592px;
	width: 965px;
	top: 73px;
	left: 50%;	
	margin-left: -482px;
	
}

#logo {
	position: absolute;
	width: 102px;
	height: 41px;
	right: 0;
	top: -56px;
}

#video {

	position: absolute;
	width: 425px;
	height: 355px;
	bottom: 48px;
	left: 55px;

}

#text {
	
	color: #eae3dd;
	font-size: 16pt;
	position: absolute;
	width: 464px;
	height: 355px;
	border: 0px solid orange;
	right: 2px;
	bottom: 51px;
	
}

#formatting {

	position: absolute;
	top: 50px;
	line-height: 1.5em;
	letter-spacing: .05em;

}

#formatting a {
	display: block;
	float: left;
	color: #eae3dd;
	margin: 4px;
	
}
#formatting a:hover {
	color: #fff7f1;
}

#footer {
	
	position: absolute;
	width: 965px;
	height: 20px;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	bottom: -30px;

}

body {

	/* background: #9ba0a5; */
	background: white;

}