	.maincontainer {
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		background:url(../images/bg.jpg);
		margin: 0px;
		padding: 0px;
		width: 800px;
		border: 0px none;
		vertical-align: top;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		background:url(../images/bg.jpg);
	}
	
	.menu {
		float: left;
		width: 261px;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../images/img05.jpg);
		height: 545px;
		margin: 0px;
		border: 0px none;
	}
	
	.menulinks {
		float:left;
		height: 20px;
		width:  261px;
		margin: 0px;
		border: 0px none;
		font-size:13px;
	}
	.menulinks a{
		display:block;
		height:20px;
		width:204px;
		background:none;
		padding-left:30px;
		text-decoration:none;
		color:blue;
	}
	.menulinks a:hover{
		background-image: url(../images/img06.jpg);
		font-weight:bold;
	}
	
	img {
		margin: 0px;
		padding: 0px;
		border: 0px none;
		vertical-align:bottom;
	}
	
	.downleft {
		margin:0px;
		padding:30px;
		padding-right:35px;
		padding-top:20px;
		float:left;
		width: 196px;
		height: 90px;
		border: 0px none;
	}
	
	
	#sadrzaj{
	
		float:left;
		width:499px;
		background-image: url(../images/downright.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		min-height:500px;
		margin:0px;
		padding:20px;
		
	}
	
	.vspacer{
		height:545px;
		float:right;
		width:1px;
		margin:0px;
	}
	
	#bottomline{
		margin:0px;
		float:left;
		background-repeat:repeat-x;
		width:800px;
		height:5px;
		background-image: url(../images/bottomline.jpg);
	}
	
	#footer{
		float:left;
		width:780px;
		height:110px;
		margin:0;
		padding:10px;
	
		background-image: url(../images/downright.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}


	.galleryImage{
	  margin:10px;
	  border:2px solid #6666FF;
    
	}

.uslugeItem{
  border:1px solid #AAAAFF;
  width:90%;
  background:url(../images/bg_cell.jpg);
  background-repeat:repeat-y;
  background-position:top left;
  padding:10px;
}

.uslugeImage{
  margin-right:10px;
}

.centerDiv {
 position:absolute;
 width:640px;
 height:410px;
 left:50%;
 top:50%;
 margin-left:-320px;
 margin-top:-205px; 
  background:red;
}