/* CSS Document */

#construction *{
	margin: 0;
	padding: 0;
}

#construction {
	width: 700px;
	overflow: hidden;
}
#construction .left {
	float: left;
	width: 477px;
}
#construction .right {
	float: right;
	width: 210px;
	border: solid #ffd11a 1px;
}
#construction .fotArea{
	clear: both;
	padding: 50px 0 0 0;
}
#construction .fotArea .bnrBlock{
	width: 420px;
	height: 100px;
	background: #f2f3f6;
}
#construction .fotArea .bnrBlock p{
	padding: 30px 0 0 75px;
}



