/* Main */
#content {
	position: relative;
	/*opacity: 0.80;
	filter:alpha(opacity=80);*/
	background-color: white;
	
	top: 40px;
	left: 40px;
	width: 640px;
	height: 430px;
	padding: 30px;
	padding-top: 20px;
	overflow: scroll;
}

