@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	position:relative;
	font: normal 0.625em Arial, Sans-serif;
	color: #FFFFFF;
	background:#3F3B52;
}

a {
	color:#e2007a;
	text-decoration:none
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#container {
	margin:0 auto;
	position:relative;
	width:1004px;
}

#tresc {
	top:37px;
	padding:20px;
	background:#272531;
	font: normal 1.2em Arial, Sans-serif;
	color:#FFFFFF;
	position:static;
	float:none;
}

h1 {
	float:none;
	color:#e2007a;
	font: normal 2.0em Arial, Sans-serif;
}

#menu{
	float: left;
	text-align:center;
	height:37px;
	background-color:#272531;
	background:url(img/menu.gif);
	font-size:1.2em;
	line-height:37px;
	position:static;
	padding:0 20px;
	z-index:100;
}

#menu:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/menu-hover.gif);
}

#menur{
	float: left;
	text-align:center;
	height:37px;
	background-color:#272531;
	background:url(img/menu.gif);
	font-size:1.2em;
	line-height:37px;
	position:static;
	padding:0 20px;
	z-index:100;
}
	
#gora {
	background:#3F3B52;
	position:relative;
}

#dol {
	padding:10px;
	background:#000000;
	position:relative;
}

#sponsorzy {
	background-image:url(img/logos.png);
	position:relative;
	height:126px;
}

#copyr {
	padding:10px;
	text-align:right;
	position:relative;
	background-color: #1D1D1E;
}

#videos {
	position: absolute;
	width:720;
	height:643;
	top:300px;
	left:280px;	
}

