/* CSS Document */

body {
	background: url(images/bg.jpg) center top;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #333;
}
.centry #sitemain {
	width: 936px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#top{position:relative; width:936px; height:47px; float:left;}
#animation{position:relative; width:936px; height:124px; float:left;}
#space{position:relative; width:936px; height:47px; float:left;}
#menu{position:relative; width:936px; height:44px; float:left;}
#image{position:relative; width:936px; height:68px; float:left;}
#container{position:relative; width:788px; height:293px; background: url(images/img_09.jpg); text-align:left; float:left; padding-left:74px; padding-right:74px; font-size:14px;}
#scroll{position:relative; width:460px; height:293px; overflow:auto; float:left;}
#scroll2{position:relative; width:788px; height:293px; overflow:auto; float:left;}
#contact{position:relative; width:289px; height:293px; float:left; margin-left:39px;}
#bottom{position:relative; width:936px; height:89px; float:left; text-align:left;}
#stopka {position:relative; width:936px; height:12px; margin-top:10px; padding-bottom:10px; float:left; text-align:center; background:transparent; font-size:12px; color:#FFFFFF;}
.naglowek {position:relative; width:833px; padding-bottom:5px; border-bottom:1px solid #c8c8c8; color:#cd5151; background-color:transparent; font-weight:bold;}



a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

#stopka a{
	color:#CC0000;
	font-weight:normal;
	text-decoration: underline;
}

