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