body {

font-family: verdana;
background-image: url(images/bkg.jpg);
}

a:link, a:visited
{	
	font-size: 12px;
		color:#000;
		text-decoration: none;
		line-height: 15px;
}

a:hover,a:active,a:focus
{

	font-size: 12px;
	color:red;
	text-decoration: none;
	line-height: 15px;
}

#glowny {

width: 900px;
margin: auto;
height:100%;

}

#glowka {
margin-top: 50px;
width: 100%;
height: 200px;

}

#left_top {

background-image: url(images/3.jpg);
width: 150px;
height: 95px;
float: left;
}


#right_top {

background-image: url(images/2.jpg);
width: 150px;
height: 95px;
float: right;
}

#middle_top {
float: left;
width: 600px;
height: 95px;
text-align: center;
}

#srodek {
text-align: center;
color: #484848;
font-size: 12px;
width: 100%;


}


#dol {
text-align: center;
color: #484848;
font-size: 12px;
width: 100%;
height: 200px;

}

#left_down {

background-image: url(images/1.jpg);
width: 150px;
height: 95px;
float: left;
}



#right_down {

background-image: url(images/4.jpg);
width: 150px;
height: 95px;
float: right;
}



