.bod
{
	background-color: #2A2B2C;
}
.outer
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	height:707px;
	background-color:#38393B;
}
.upper_left_image
{
	position:absolute;
/*	float:left;
	clear:left;
	margin-left:17px;
	margin-top:17px;*/
	left:17px;
	top:17px;
	width:175px;
	height:100px;
}
.banner_top_change
{
	position:absolute;
	left:205px;
	top:17px;
	width:783px;
	height:100px;
/*
	position:relative;
	float:left;
	margin-left:13px;
	margin-top:17px;
	width:783px;
	height:100px;
*/
}
.below_banner
{
	position:absolute;
	left:0px;
	top:130px;
	width:1041px;
	height:566px;
/*
	position:relative;
	float:left;
	clear:left;
	margin-top:13px;
	width:1041px;
	height:566px;
*/
}

