#optinWrap {
	background-color: #999;
	height: 135px;
	width: 100%;
}
#optinBox {
	height: 135px;
	width: 100%;
}
#optinText {
	float: left;
	height: 135px;
	width: 80%;
	background-image: url(images/optinText.png);
}
#optinCode {
	float: right;
	height: 135px;
	width: 20%;
}
