html,body{margin:0;padding:0}

body{
background-color:#C5C3AE;
font: 90% times, serif; 
text-align:center;}


a {text-decoration:none; color:#2F2F2C;}
a:link{color:#000;text-decoration:none;}
a:hover{color:#888; text-decoration:none;}
a:visited{color:#000;text-decoration:none;}

#header{
z-index:5;
text-align:center;
margin-top:100px;
}



.tytul, .tytul2{
position:relative;
margin-bottom:30px;
z-index:2;
background-image:transparent;
}
.tytul2{
margin-top:-50px;
padding:1px;
line-height:0.6em;
}

.box{
text-align:center;
}

#wrapper{

}

#container{
text-align:left;
width:500px;
margin:0 auto;
padding:0 auto;
}

#content{
float:left;
position:relative;
width:78%;
padding:60px;
color:#000;
z-index:6;
background-color:#fefefe;
line-height:1.4em;
margin-top:70px;
margin-bottom:70px;
}


#footer{
clear:both;
width:100%;
z-index:4;

}

#footer p{
margin-top:20px;
font-size:10px;
padding-top:20px;
text-align:center;
border-top:2px solid #C5C3AE;
}

h2{
color: #2F2F2C;
text-align:center;
font-weight: 100;
font-size: 1.7em;
line-height:0.4em;
font-variant:small-caps;
}

h4{
text-align:left;
font-size: 13px;
font-weight:200;
padding-bottom:6px;
border-bottom:2px solid #C5C3AE;
}

h3{
text-align:center;
color: #2F2F2C;
font-weight: 200;
font-size: 4.2em;
line-height:0.9em;
}

h1{
color: #2F2F2C;
text-align:center;
text-transform:uppercase;
font-weight: 100;
font-size: 1.6em;
line-height:1.0em;
}




textarea {
border: solid 1px #222;
background: transparent;
width:99%;
height: 80px;
font-family:verdana;
font-size:10px;
color:#222222;
padding: 3px;
margin-top: 5px;
margin-bottom: 25px;}
