@charset "utf-8";
body {
	background-color: #565656;
    height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
/* CSS Document */

.Container {
	width: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	background-image:url(images/index_bg.gif);
	background-repeat:repeat-x;
	min-height: 100%;	
}
html {
	height: 100%;
}
.container_inner {
	width: 785px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.container_inner_images {
	width: 249px;
	position: absolute;
	top: 0px;
	color: #ffffff;
	font-size: 16px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.color_banner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	margin-bottom: 150px;
	font-size: 0px;
}
