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

html,body {
	background-color: #B5E35C;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000cc;
}
a:hover {
	text-decoration: underline;
	color: #0000cc;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

#maxicontainer{
	margin: 0 auto;
  	padding: 0px;
	width: 880px;
}

#head{
	width:880px;
	height:290px;
	background-image: url(layout_def_0.jpg);
	margin: 0px;
  	padding: 0px;
}

#container{
	vertical-align: middle;
	width:880px;
	background: url(layout_def_1.jpg) repeat-y top left transparent;
	padding-bottom: 25%;
	margin-top: -50px;
}

#content {
	width:800px;
	margin: 0 auto;
}

#footer {
 	margin: 0 auto;
  	padding: 0px;
	width:880px;
	height:27px;
	background-image: url(footer.jpg);
}

#testata {
	width:862px;
	height:237px;
	margin: 0 auto;
}

#menu {
	position:relative;
	width:750px;
	height:28px;
	z-index:11;
	left: 100px;
	top: -15px;
}


#news{
	margin-top: 50px;	
}
