/* CSS stylesheet for the imagene.pl splash page */
/* (c) by Peter S. Parzysz - http://www.imagene.pl/ */

* {
	margin: 0;
	padding: 0;
}

body, html {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background: #fff url(bg.jpg) top repeat-x; 
}

.cb {
	clear: both;
}

.access {
	display: none;
}

h1 {
	display: none;
}

#content {
	width: 750px;
	height: 400px;
	background: url(imagene.jpg) top no-repeat;
	position: relative;
}

#content p {
	display: none;
}



#content p#email {
	position: absolute;
	top: 140px;
	left: 20px;
	display: block;
	width: 140px;
	height: 25px;

}

#content p#email a {
	display: block;
	width: 120px;
	height: 25px;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
}

#content ul#wspolpraca {
	list-style: none;
	position: absolute;
	top: 265px;
	left: 26px;
	display: block;
}

#content ul#wspolpraca li {
	display: block;
	width:  155px;
	height: 20px;
	padding: 0 0 4px 0;
}

#content ul#wspolpraca li a {
	display: block;
	width:  155px;
	height: 20px;

	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
