/*
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 background-image:url(../img/bg.jpg);
 background-repeat:repeat;
}

a {
text-decoration: none;
 color: #586481;

}


a:hover {
text-decoration: underline;
 color: #003366;

}

#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
 width: 950px;
 color: #333;
 padding: 0px;
 height: 260px;
 margin: 0px 0px 0px 0px;
 background-image:url(../img/img.png);
 background-position:right;
 background-repeat:no-repeat;
}

#content { 
 width: 950px;
 color: #333;
 margin: -30px 0px 0px 0px;
 padding-left: 100px;
 font-size: 35px;
 line-height: 40px;
}


#contact { 
 width: 950px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-left: 100px;
 font-size: 35px;
 line-height: 40px;
}

#form { 
 width: 950px;
 margin: 20px 0px 0px 5px;
 padding-left: 100px;
 height: 100px;
 font-size: 12px;
 color:#666666;
}

#footer { 
 color: #333;
 margin: 20px 0px 0px 600px;
 padding-top: 10px;
 padding-left: 100px;
}

.submit {width:141px; height: 52px; border-width: 0px; background-image: url(../img/submit-gb.png); background-repeat:no-repeat;}
.nazwisko  { border-width:thin; color: #666666; font-family: Helvetica, Arial, sans-serif; font-size:35px; background-image:url(../img/bg-form.jpg); background-repeat:repeat; text-align: center; padding-top: 6px; padding-bottom:3px;}