body {
    margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/background.gif);
	background-position: left top;
	background-repeat: repeat;	
	color:#fff; font-weight:normal; font-size:14px; font-family:Tahoma, arial, sans-serif;
}

img { border:none; }
a { color:#ddd; text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; }

#global {
	margin-top: 130px;
	height: 481px;
	width: 100%;
}

#main_box_l {
    float: left;
	height: 481px;
	width: 35%;
	background-image: url(images/background_left.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border:none;
}

#main_box_r {
    float: left;
	height: 481px;
	width: 65%;
	background-image: url(images/background_right.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border:none;
}

#main_box {
    float: left;
	margin-top: 29px;
	height: 423px;
	width: 530px;
}

#logo_box {
    display: block;
	height: 73px;
	width: 190px;
}

#serwis_spolecznosciowy_box {
	height: 145px;
	width: 530px;
}

#form_box {
	padding:10px 40px;
    margin-left: 23px;
	height: 111px;
	width: 507px;
	background: url(images/form_background.gif) no-repeat;	
}

#serdecznie_zapraszamy_box {
	height: 74px;
	width: 530px;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}

.opis { width: 480px;  padding-bottom:20px; }
.send { margin-left:30px; float:left; }
.tekst { float:left; padding:5px 20px; background: url(images/input_text.gif) no-repeat; }

.tekst  input { border:1px solid #fff; width:220px; }
#email { border:1px solid #fff; width:220px; }











