* {
	padding: 0px;
	margin: 0px;
}

.box {
	width: 1000px;
	background: #ccc;
	margin: 0 auto;
	overflow: hidden;
}

.sub {
	width: 190px;
	float: right;
}

.fixed {
	width: 190px;
	height: 400px;
	text-align: center;
	margin-right: 10px;
	bottom: 0;
}