@charset "utf-8";

body {
	text-align: center; /* center things in pre-IE6 */
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2e2e2d;
	font-size: 61%;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#252525;
}
	
	
#content {
    margin:0px auto;
	width: 960px;
}

	
#logo {
	/*margin-left:20px;*/
	width:960px;
	height:100px;
}
	
#player {
	position:relative;
	width:800px;
	height:300px;
	/*background-color:#FF6600;*/
	margin:0px auto;
	
}

#containerButtons {
	position:relative;
	width:800px;
	margin:0px auto;
	text-align: right;
	}

#bg {
	position:relative;
	width:960px;
	height:390px;
	background-color:#cccccc;
	background-image: url(../images/bg.jpg);
	
}


#contact_btn_container {
	position:relative;
	margin:0px auto;
	top:180px;
	left:456px;
	width:100px;
	height:105px;
	z-index:30;
	overflow: hidden;
	visibility: visible;
}
.txtadres {
	color: #FFFFFF;
}
