@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}



#wrapper {
	width:640px;
	height:470px;
	background:url(img/bg_wrapper.jpg) #fff repeat-y;


}

#wrapper,#corner_top,#corner_bottom {
	margin-left:auto;
	margin-right:auto;
}
#corner_top {
	width:640px;
	background:url(img/corner_top.jpg) no-repeat;
	height:19px;
}

#corner_bottom {
	width:640px;
	background:url(img/corner_bottom.jpg) no-repeat;
	height:20px;
}

#logo {
	padding-left:68px;
	padding-top:20px;

}

#desc {
	background:url(img/bg_desc.png) repeat-x #fafafa;
	height:159px;
	width:400px;
	float:left;
	color:#FFF;
	padding-top:15px;
}

#desc,#desc_left,#desc_right {
	margin-top:40px;
}

#desc_left {
	background:url(img/desc_left.png) no-repeat #fafafa;
	float:left;
	height:159px;
	width:16px;
}

#desc_right {
	background:url(img/desc_right.png) no-repeat #fafafa;
	float:left;
	height:159px;
	width:16px;
}

#title {
	color:#bd0926;
	font-style:italic;
	font-size:18px;
	margin-left:135px;
	clear:both;
}

#contact {

	padding:5px;
	float:left;
	margin-top:50px;
	
}

#contact ul {
	list-style-image:url(img/li.png);

}

#partners {
	float:right;
	width:auto;
	margin-right:20px;
	height:50px;


}

img {
	border:0;
}

#icons {
	width:180px;
	margin-left:auto;
	margin-right:auto;
}
