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

#Promotion{
	float:left;
	width:340px;
	padding-bottom:20px;
}

#Campaign{
	float:right;
	width:340px;
	padding-bottom:20px;
}

#Promotion img{
	float:left;
	width:130px;
	margin-right:5px;
	margin-bottom:5px;
}

#Campaign img{
	float:left;
	width:130px;
	margin-right:5px;
	margin-bottom:5px;
}

#About{
	clear:both;
	margin-top:10px;
	padding-top:40px;
	background-image:url("/imgs/about.gif");
	background-repeat:no-repeat;
}

#AboutPicture{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

#ContentsBody{
	float:right;
	width:700px;
	margin-right:10px;
	background-image:url("/imgs/logo_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}