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

body {
	background-color: #eeeeee;
	text-align: justify;
}
/* CSS Document */

#containter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 13px;
}
#containter #header {
	height: 134px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
}
#containter #menu {
	height: 48px;
	width: 800px;
}
#containter   #bot_banner {
	height: 115px;
	width: 770px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#containter #footer {
	height: 70px;
	width: 800px;
	background-image: url(../images/bg-footer-bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leagel {
	width: 800px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#ft_menu {
	width: 800px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	text-align: center;
	background-image: url(../images/ft_menu.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

