/* CSS Document */

img {
	margin:0px;
	border:0px;
	padding:0px;
}

.img {
	margin:0px;
	border:0px;
	padding:0px;
}

.div
{
	position:relative;
	margin:0px;
	padding:0px;
}
div
{
	position:relative;
	margin:0px; 
	padding:0px;
}

body
{
background-image:url(../images/home_72.gif);
background-repeat:repeat;
width:100%;  
margin:0px; 
padding:0px;
top:0px;

}	

	
	
	
.main
{
	width:1022px;
	height:100%;
	margin-left:auto;
	margin-right:auto;

}
#header
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-top:0px;
	height:102px;
	float:left;
}
#header1
{
	float:left;
	width:1024px;
	height:102px;
}


#center
{
    width:1024px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	background-image:url(../images/home_14.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#center1
{
	float:left;
	padding-bottom:10px;
	width:960px;
	background-color:#FFFFFF;
}

#meniu_and_center_text
{
	float:left;
	width:652px;
}
#center_text
{
	float:left;
	width:445px;
	padding-top:31px;
}
#center_menu
{
	padding-bottom:10px;
	width:207px;
	float:left;
	padding-top:31px;
	background-color:#FFFFFF;
}

#center2
{
	float:left;
	width:308px;
	background-color:#FFFFFF;
	height:200px;
}
#foter
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/home_67.gif);
	padding-top:10px;
	background-position:top center;
	background-repeat:no-repeat;
	height:20px;
	float:left;
}





.clearfix:after {
   content: ".";             
   display: block;         
   height: 0;             
   clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
   display: inline-block;
}   

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */
