body
{
	margin: 0px;
	padding: 0px;
	background: black;
	font-family: Arial;
	color: white;
}
img
{
	border: none;
}
#body
{
	width: 910px;
	margin: auto;
	margin-top: 100px;
}
h1
{
	color: white;
	font-size: 18px;
	width: 350px;
}
#left
{
	float: left;
	width: 550px;
	font-size: 16px;
	color: rgb(230,230,230);
	text-align: center;
}
#right
{
	float: right;
}
#right p
{
	font-size: 14px;
}	
#video
{
	width: 100%;
	height: auto;
	height: 10px;
	text-align: center;
}