* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}
body {
	background: #232323;
	position: relative;
	text-align: center;
}
/*_____________________Blocks_________________________________________________*/
#container {
	background: #fff url('../img/bg.gif') top center no-repeat;
	width: 100%;
	height: 400px;
	margin: 0;
	text-align: left;
}
#header {
	background: #232323 url('../img/bg_header.jpg') bottom repeat-x;
	width: 100%;
	height: 35px;
	text-align: center;
}
#content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	min-height: 100%;
}
#contact object{
  z-index:500;
}
#player {
	position: absolute;
	top: 10px;
	margin-left: 0;
	margin-right: 0;
	width: 400px;
	height: 250px;
	padding: 10px;
	background: #cc0000;
	color: #fff;
	
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:500;
}
#bg_player{
left:-180px;
  position:absolute;
  bottom:0;
  z-index:0;
}
#contact {
	position: absolute;
	top: 300px;
	left: 500px;
	width: 420px;
	height: 280px;
	padding: 10px;
	background: #cc0000;
	color: #fff;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	z-index:500;
}
#bg_contact{
left:-2080px;
  position:absolute;
  bottom:0;
  z-index:0;
}
#a_propos {
	position: absolute;
	top: 300px;
	left: -500px;
	width: 420px;
	height: 250px;
	padding: 10px;
	background: #cc0000;
	color: #fff;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	z-index:500;
}
#bg_propos{
left:-2080px;
  position:absolute;
  bottom:0;
  z-index:0;
}
#images {
	position: absolute;
	top: 10px;
	left: -2000px;
	margin-left:-60px;
	width: 520px;
	height: 250px;
	padding: 10px;
	
	color: #fff;

	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:500;
}
#shadow_images{
  position: absolute;
	top: 15px;
	left: -2000px;
		margin-left:-55px;
	width: 540px;
	height: 270px;
	z-index:450;
	background: #000;
		opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
#bg_images{
  position:absolute;
  left:2250px;
  bottom:0;
  z-index:600;
}
/*________________Galerie_____________________________________________________*/
#galerie {
	height: 300px;
	width: 450px;
	background: url('../photos/00.gif');
	position: absolute;
	right: 0;
	top: 20;
	color: #fff;
}
#div {
	position: absolute;
	right: 0;
	top: 0;
	color: red;
}
#div2 {
	position: absolute;
	right: 0;
	top: 0;
	color: red;
}
#footer {
	background: #232323 url('../img/bg_footer.jpg') repeat-x;
	color: #fff;
	padding-top: 4px;
	height: 28px;
	
	font-size:10px;
}
