/*Alpha PNG support for IESelf-removing expression trick from: <a href="http://dean.edwards.name/my/misbehaviors/OnAfterPrint" target="_blank">http://dean.edwards.name/my/misbehaviors/OnAfterPrint</a> doesn't seem worth the trouble; PNGs will look buggy after printingbecause IE has buggy PNG support.\*/* html img/**/ { filter:expression( this.napalmLoaded ? "" : ( this.src.substr(this.src.length-4)==".png" ? ( (!this.complete) ? "" : this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ String(this.napalmLoaded=true).substr(0,0)+ (this.src="px.gif").substr(0,0) ) : this.runtimeStyle.filter="" ) );}/**/ /*Alpha PNG support for IESelf-removing expression trick from: <a href="http://dean.edwards.name/my/misbehaviors/OnAfterPrint" target="_blank">http://dean.edwards.name/my/misbehaviors/OnAfterPrint</a> doesn't seem worth the trouble; PNGs will look buggy after printingbecause IE has buggy PNG support.\*/* html img/**/ { filter:expression( this.napalmLoaded ? "" : ( this.src.substr(this.src.length-4)==".png" ? ( (!this.complete) ? "" : this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ String(this.napalmLoaded=true).substr(0,0)+ (this.src="px.gif").substr(0,0) ) : this.runtimeStyle.filter="" ) );}/**/
/* -------------- podstawowe ---------------------*/
#horizon {
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
	display: block;
}
#content {
	position: absolute;
	top: -106px;
	width: 100%;
	height: 212px;
}
html, body {
	background-color: #081620;
	width: 100%;
	height: 100%;
}
*{
	margin: 0px;
	padding: 0px;
	border: 0px;	 	
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* -------------------------------------------------*/

/* ------------- uklad strony --------------------*/
#strona {
	background-image: url('../img/body/index/start.jpg');
	width: 514px;
	height: 212px;
  	margin:auto;
}
#przycisk{
	position: absolute;
}
#przycisk1{
	position: absolute;
	left: 390px;
	top: 180px;
}
	

/* ------------ wyglad tekstow ---------------------*/
.text_normalny{
}
.text_wyrozniony{
	font-weight: bolder;
}
/* ---------------------------------------------------*/

/* --------------- activedesign ---------------------*/
#activedesign{
	clear: both;
	width: 700px;
	margin: auto;
	margin-top: 5px;
	text-align: right;
}
/* --------------------------------------------------*/

