/**
 * @author Tomasz Skręt <kretka@gmail.com>
 */

* { margin: 0; padding: 0; }

body {
	background-color: white;
	margin-top:25px;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333;
	text-align: center;
}

/* links */
a {
	text-decoration: none;
	color: #4F82CB; 
	
}
a:hover {
	color: #4EBF37;
	
}
#wrap {
	margin: 0 auto;
	width: 728px;
	height: 326px;
	background-image: url('podklad.png');
}

#przyciski {
	width: 728px;
	height: 326px;
	position: relative;
}

#drukarnia {
	display: block;
	width: 346px;
	height: 75px;
	position: absolute;
	top: 140px;
	left: 10px;  
}

#agencja {
	display: block;
	width: 289px;
	height: 84px;
	position: absolute;
	top: 135px;
	right: 0px; 
}


#drukarnia a {
  	background: url(drukarnia.png) 0 0 no-repeat;
	width: 346px;
	height: 75px;
	display: block;
}
#drukarnia a:hover {
	background-position: 0 -75px;
}

#agencja a {
	background: url(agencja.png) 0 0 no-repeat;
	width: 289px;
	height: 84px;
	display: block;
}
#agencja a:hover {
	background-position: 0 -84px;
}
