body {

	background-color: #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
a{color: #FFFF00;}

div#background{
	background: url(http://www.anodajay.com/images/bkg_gradient.jpg) repeat-x;	
	left:0px;
	top:0px;
	height:392px;
	width:2000px;
	position : fixed;	
	z-index:1;
			
}

div#presentation{
	width:320px;
	height:123px;
	position : fixed;
	left:10px;
	top:10px;		
	color: #FFFFFF;
	font-size: 12px;	
	z-index:2;
}

div#video{
	left:10px;
	top:150px;
	width:320px;
	height:240px;
	position: fixed;
	z-index:3;
	}
	
div#paroles{
	left:360px;
	top:10px;
	width:446px;
	height:697px;	
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	position: absolute;	
	z-index:3;	
}
