/* CSS Document */

body {
	background: #1b1b1b 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:11px; 
	color: #FFF;
	line-height:17px;
}
.centry #sitemain {
	width: 1016px;
	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. */
}
#menu{position:relative; width:1016px; float:left;}
#top{position:relative; width:1016px; float:left;}
#container{position:relative; width:649px; background:transparent; float:left;}
#contact{position:relative; width:367px; background:transparent; float:left;}
#stopka{position:relative; width:100%; height:62px; font-size:10px; text-align:center; color: #666; background:url(images/stopkabg.jpg); float:left; padding-top:30px;}

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;
}

