@charset "utf-8";
/* CSS Document */

body { 
	margin:0px; 
	background-color:#313131; 
}

#content {
	width:786px;
	margin:auto;
	background-color:#fff; 
}


#flash02 {
	width:786px;
	height:187px;
}

#left{
	width:507px;
	float:left;
}

#right{
	width:279px;
	float:right;
}

