@CHARSET "UTF-8";

body 
{
	background-image: url(images/paseczki.png);
	margin: 0;
}


#wrapper{
	width: 764px;
    height: 700px;
    margin: 0 auto;
    
}

#content{
	width: 535px;
	height: 300px;
}

.text{
    border-style: none;
    font-family: Verdana;
    font-size: 13px;
    line-height: 19px;
    color: black;
    background-color: #FFFFFF;
    overflow: auto;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.contact_form{
    font-family: Verdana;
    font-size: 13px;
    line-height: 14px;
    color: black;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}