/* CSS Document */

body {
	background: #27455e 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: #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:1035px; height:86px;}
#photo{position:relative; width:1035px; height:435px;}
#container{position:relative; width:1035px;}
#left{position:relative; width:536px;float:left; padding-left:20px; padding-top:20px;}
#machine{position:relative; width:579px;float:left;}
#right{position:relative; width:456px;float:left; margin-top:100px;}
#stopka{position:relative; width:1035px; height:12px; font-size:10px; text-align:center; color:#FFF; padding-top:20px; padding-bottom:20px; float:left}
.animabs{position:absolute; right:50px; bottom:-115px;}
.button{position:relative; float:left; height:86px; width:auto;}
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;
}

