body{
	background-image: url('img/bg-body.jpg');
	background-repeat:repeat-y;
	background-size:contain;
	font-family:Arial;
	font-size:12px;
	color:#000;
}

a{
	color: #E21F26;
	text-decoration:none;
}

.red_text{
	color: #E21F26;
}


#wrapper{
	width:955px;
	margin: 0 auto;
}

#header{
	width:100%;
}
#header_left{
	width:339px;
	height:44px;
	float:left;
	background: url('img/logo.png');
	margin-top:10px;
	margin-left:10px;
}
#header_right{
	float:right;
	margin-right:5px;
}

#banner{
	clear:both;
	width:955px;
	height:549px;
	background: url('img/banner.jpg');
}

#content{
	width:100%;
	background:#fff;
}
#content_txt{
	padding:25px;
	font-size:14px;
}
#content_img{
	width:947px;
	height:515px;
	margin: 0 auto;
	background: url('img/lista.jpg');
}
#content_button{
	width:100%;
	margin-top:30px;
	text-align:center;
}
#link1{
	width: 328px;
	height: 57px;
	background: url('img/wejdz.png');
	display:inline-block;	
}
#link2{
	width: 238px;
	height: 57px;
	background: url('img/zamow.png');
	display:inline-block;
	margin-left:30px;
}

#footer{
	width:915px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:40px;
	margin-bottom:50px;
	background:#fff;
}