html,body {
	font-family : "Century Gothic",Arial,Helvetica,sans-serif;
	margin : 0 auto;
	padding : 0;
	letter-spacing : 0.3em;
	width: 960px;
}

body {
	width : 100%;
	height : 610px;
	background :  url(prysiueu2.png) 100% 50% no-repeat;
	background-color : #000000;
	color : #eeeeee;
}

a {
	color : #eeeeee;
	text-decoration : none;
}

a:hover {
	color : #777777;
}

#menu {
	position : fixed;
	width : 20%;
	padding : 1% 0 0 0;
	text-align : right;
	left : 0;
}

#contenth {
	color : #eeeeee;
	width : 71%;
	height : 610px;	
	margin : 0;
	padding : 10% 0 0 0;
}

#content {
	color : #eeeeee;
	width : 58%;
	height : 610px;	
	margin : 0;
	padding : 0 0 0 13%;
}

#content h1 {
	font-size : 2.5em;
}

a.foto {
	display : block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(afoto.jpg);
}

a.foto:hover {
	width : 220px;
	height : 220px;
	background : url(foto.jpg) no-repeat;
}

a span {
	display : none;
}

a:hover span {
	display : block;
	position : absolute;
	top : 1%;
	left : 12%;
	color : #eeeeee;
}

a.www {
	display:block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(awww.jpg);
}

a.www:hover {
	width : 220px;
	height : 220px;
	background : url(www.jpg) no-repeat;
}

a.film {
	display:block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(afilm.jpg);
}

a.film:hover {
	width : 220px;
	height : 220px;
	background : url(film.jpg) no-repeat;
}

a.muzyka {
	display:block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(amuzyka.jpg);
}

a.muzyka:hover {
	width : 220px;
	height : 220px;
	background : url(muzyka.jpg) no-repeat;
}

a.blog {
	display:block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(ablog.jpg);
}

a.blog:hover {
	width : 220px;
	height : 220px;
	background : url(blog.jpg) no-repeat;
}

a.kontakt {
	display:block;
	float : left;
	width : 220px;
	height : 220px;
	background : url(akontakt.jpg);
}

a.kontakt:hover {
	width : 220px;
	height : 220px;
	background : url(kontakt.jpg) no-repeat;
}

label {
	font-size : 0.9em;
}
input {
	width : 220px;
	border : 1px solid #eeeeee;
}
textarea {
	width : 440px;
	height : 220px;
	border : 1px solid #eeeeee;
}
#submit {
	width : 100px;
	margin-left : 120px;
	background : #777777;
	color : #eeeeee;
	font-size : 0.8em;
	font-weight : bold;
	padding : 4px 10px;
	cursor : pointer;
}
.err {
	background : #ffd1d1;
	border-color : red;
}

span.sss {
	text-decoration : line-through;
}

span.ukryty {
	display : none;
}