body{
	margin: 0;
	padding: 0;
	background: black;
	}
	
#header{
	width:100%;
	height:45px;
	text-align:center;
	margin-top:40px;
	margin-bottom:0;
	border-top:1px solid #6E7070;
	border-bottom:1px solid #6E7070;
	background:url('../../images/bgTop.gif') repeat-x;
	}
	
#footer{
	width:100%;
	text-align:center;
	margin-top:0;
	margin-bottom: 20px;
	border-top:1px solid #6E7070;
	border-bottom:1px solid #6E7070;
	background:url('../../images/copyright_fond.gif') repeat-x;
	}
	
#jukebox{
	height: 600px;
	}
