@import "reset.css";

body {
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	overflow-x: hidden;
	background: #000;
}


.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}

#bg {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;		
	position: relative;
	background: #000;
}
#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100px;
	display: block;
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

	#wrapper iframe {
		width: 1px;
		height: 1px;
		opacity: 0;
		filter: alpha(opacity=0);			
	}


#iga {
	width: 600px;
	height: 150px;
	display: none;
	position: absolute;
	z-index: 123;
	top: 0;
	left: 0;
}

#starter {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
	z-index: 123;
	top: 0;
	left: 0;
	text-align: center;
}

  #starter a {
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    background: url('../img/start_claudius.png') no-repeat 99% center;
  }
    #starter a.akademia {
      background: url('../img/start_akademia.png') no-repeat 1% center;
    }


#blog_link {
  display: block;
  width: 96px;
  height: 43px;
  left: 50%;
  margin-left: -48px;
  bottom: 0;
  position: absolute;
  z-index: 10;
  background: url('../img/blog.png') no-repeat 0px 0px;
}

#footer_links {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 2px 0;
	width: 100%;
	background: #000;
	left: 0;
	z-index: 9;	
	text-align: left;
	color: #3ca3f0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
	#footer_links a {
		float: right;
		color: #bfbfbf;
		font-size: 11px;
		padding: 9px;
		display: block;
	}
	
	#footer_links .player_buttons {
		display: block;
		padding: 5px 10px;
		float: left;
	}
	#footer_links .player_buttons .button {
		display: inline-block;
		zoom: 1; *display: inline;
		vertical-align: middle;
		float: none;
		background: url('../img/film_player.png') no-repeat 0px 0px;
		margin-left: 2px;
		cursor: pointer;
	}
	
	#footer_links .player_buttons .play {
		background: url('../img/film_player.png') no-repeat 0px -20px;
	}
	#footer_links .player_buttons .pause {
		background: url('../img/film_player.png') no-repeat 0px 0px;
	}


#logo_wide_h1 {
	background: transparent url('../img/fryzjer-krakow-bg.png') no-repeat scroll left 8px;
	float: left;
	margin: 0 0 0 -116px;
	padding: 8px 0 0 0;
	vertical-align: middle;
	width: 116px !important;
}
#logo_wide_h1 img {
	border: 0 none;
	float: left;
	margin: 0;
	padding: 0;
	width: 116px !important;
	z-index: 10 !important;
}



#menu_top,
#menu {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../img/overlay_bg.png');
}
#menu {
	padding: 10px 0;
}
	#menu_top {
		top: -11px;
		height: 10px;
	}
		#menu_top span {
			border-bottom: 1px solid #444;
			width: 980px;
			display: block;
			height: 9px;
			margin: auto;
		}
		
		
#content {
	width: 980px;
	background: url('../img/overlay_bg.png');
	display: block;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 5;
	display: none;
	line-height: 18px;
}


	
#loading {
	display: none;
	width: 100px;
	height: 40px;
	background: #000 url('../img/loading.gif') no-repeat center center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -50px;
	z-index: 99;
}

