@charset "utf-8";
/* CSS Document */

body {
	background:#171717 url(images/bg.jpg) repeat-x;
	background-position:150px 0px;
	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: #eeeeee;
}
.centry #sitemain {
	width: 900px;
	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. */
	position:relative;
}



/* layout */
#menu{position:relative; width:900px; height:75px;}
#top{position:relative; width:900px; height:249px;}
#container{width:900px; position:relative; background:url(images/container.jpg); float:left;}
#left{width:250px; position:relative; float:left; background:transparent; padding:15px;}
#right{width:590px; padding:15px; position:relative; float:left; background:url(images/img_10.jpg) no-repeat;}
#stopka {position:relative; clear:both; width:100%; height:48px; background:url(images/stopka.jpg); text-align:center; color:#5e5e5e; padding-top:35px}


/* linki etc */
a:link {
	color: #EB8C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EB8C00;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #EB8C00;
}

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

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

