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