/* 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_51.jpg);
background-repeat:repeat;
width:100%;  
margin:0px; 
padding:0px;
top:0px;

}	
.bg_div
	{
background-image:url(../images/home_02.jpg);
background-repeat:repeat-x;
background-position:top;
width:100%; 
margin-top:0px;
padding-top:0px;
height:100%;
top:0px;
z-index:2;
	}
	
	
	
.main
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFFFFF;
}
#header
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/home_07.jpg);
	background-repeat:repeat;
	height:137px;
}
#header1
{
	float:left;
	width:270px;
	height:137px;
}
#header2
{
	float:left;
	text-align:right;
	vertical-align:bottom;
	width:575px;
	height:137px;
}
#menu_top
	{
	width:533px; 
	left:35px;
	float:left; 
	height:18px; 
	text-align:left; 
	background-image:url(../images/home_23.jpg); 
	background-repeat:repeat-x;
	}
#menu_top img
	{
		float:right;
	}
#center
{
	background-color:#FFFFFF;
    width:850px;
	margin-left:auto;
	margin-right:auto;
}
#center1
{
	float:left;
	padding-bottom:10px;
	width:275px;
	margin-top:30px;
	margin-left:28px;

	
}

#center2
{
	float:left;
	margin-top:5px;
	left:15px;
	width:490px;
}
#flags
	{
		float:right;
		height:9px;
		width:500px;
		text-align:right;
		margin-bottom:16px;
		padding-right:18px;
		margin-top:5px;
	}
#flags img
	{
		margin-right:6px;
		float:right;
	}
#foter
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-top:25px;
	margin-bottom:5px;
}



.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 */