/* CSS Document */
#header_index{
	width:100%;
	height:200px;
	margin:0;
	padding:0;
	background-color:#5A7F87;
	background-image:url(../images/bg_flash.jpg);
	background-repeat:no-repeat;
	}
	
#content_index{
	height:140px;
	padding:50px 5px 5px 5px;
	}

