@charset "UTF-8";

/*-------------------------------------------------------------------- resets */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p,
pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins,
map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img,
kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, select,
input, textarea {
    margin: 0;
    padding: 0;
    font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
    }
img, fieldset {
    border: 0;
    }
a, a:visited, a:active {
    outline: none;
    text-decoration: none;
    }
/*------------------------------------------------------------- end of resets */


body {
	background: url("../images/bg.jpg") 50% 50% repeat;
	}

#container {
	width: 850px;
	height: 600px;
	top: 0;
	margin: 30px auto 0 auto;
	}
	#stadnina {
		display: block;
		width: 278px;
		height: 600px;
		float: left;
		background: url("../images/shields.jpg") 0px 0px no-repeat;
		}
	#stadnina:hover {
		background: url("../images/shields.jpg") 0px -600px no-repeat;
		}
	#gosciniec-wrapper {
		width: 287px;
		height: 600px;
		float: left;
		position: relative;
		background: url("../images/shields.jpg") -278px 0px no-repeat;
		}
		#title {
			display: block;
			width: 287px;
			height: 65px;
			background: url("../images/texts.gif") 0px 0px no-repeat;
			text-indent: -5000px;
			}
		#slogan {
			width: 287px;
			height: 80px;
			margin-top: 60px;
			background: url("../images/texts.gif") 0px -65px no-repeat;
			text-indent: -5000px;
			}
		#gosciniec {
			display: block;
			width: 287px;
			height: 330px;
			position: absolute;
			bottom: 0;
			background: url("../images/shields.jpg") -278px -270px no-repeat;
			}
		#gosciniec:hover {
			background: url("../images/shields.jpg") -278px -870px no-repeat;
			}
	#osrodek {
		display: block;
		width: 285px;
		height: 600px;
		float: left;
		background: url("../images/shields.jpg") -564px 0px no-repeat;
		}
	#osrodek:hover {
		background: url("../images/shields.jpg") -564px -600px no-repeat;
		}
	
