/* CSS Document */

body {
	background: #F8F8F8 url(images/bg.jpg) repeat-x;	
	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: Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color: #6a6a6a;
	line-height:18px;
}
.centry #sitemain {
	width: 826px;
	background: transparent;
	margin: 0px 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:826px; height:122px;}
#swf{position:relative; width:826px; height:446px;}
#container{position:relative; width:760px; margin: 0px auto; border:1px solid #b8b8b8; padding:0px 20px; background: #F2F2F2 url(images/cnt_03.jpg) no-repeat top left;}
#naglowek{position:relative; width:740px; padding:10px; border-bottom:1px dashed #8d8d8d; color:#5faaf7; font-weight:bold;}
#stopka{position:relative; width:100%; height:57px; font-size:12px; text-align:center; color:#000; bottom:0px; float:left; padding-top:50px; background:url(images/stopka.jpg); margin-top:15px; color:#FFF}

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

#stopka a{
	color: #F00;
	text-shadow:0px;
	font-weight:normal;
	text-decoration: underline;
	text-align:left;
}

.link {
	color:#FFF;
	font-weight:normal;
}


