body .content .general {
	width: 900px;
	height: 320px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background-color: RGB(255,255,255);
}

body .content .general .topbottom {
	width: 900px;
	height: 15px;
	float: left;
	text-align: left;
}

body .content .general .main {
	width: 860px;
	height: 320px;
	float: left;
	text-align: left;
}

body .content .general .padding {
	width: 20px;
	height: 320px;
	float: left;
	text-align: left;
}





