/* CSS Document */

body {
	background: #359855 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:13px; 
	color: #FFFFFF;
	line-height:18px;
}
.centry #sitemain {
	width: 1035px;
	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:974px; height:97px; margin:0px auto; margin-top:47px;}
#imagebg{position:relative; width:100%; height:391px; margin:0px auto; background:url(images/topbg.jpg) center top no-repeat;}
#greenbg{position:relative; width:100%; margin:0px auto; background:url(images/greenbg.jpg) repeat-x; padding-top:10px;}
#repeatbg{position:relative; width:100%; margin:0px auto; background: url(images/replybg.jpg);}
#container{position:relative; width:974px; background:transparent; margin: 0px auto; text-align:left; padding-bottom:10px;}
#container p{ margin:0; padding:8px; }
#stopka{position:relative; width:1058px; height:76px; font-size:10px; text-align:center; color:#030; background:url(images/stopka.jpg) top center no-repeat; margin:0px auto; padding-top:10px;}

a:link {
	color: #0F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: underline;
	color: #030;
}
a:active {
	text-decoration: none;
	color: #0F0;
}

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

