#main {
	margin-right: auto;
	margin-left: auto;
	height: 532px;
	width: 800px;
	margin-top: 50px;
}
#footer {
	background-image: url(images/footer1.png);
	height: 29px;
	width: 800px;
}
#content {
	background-color: #FFFFFF;
	height: 378px;
	width: 512px;
	overflow: hidden;
}
#content_long {
	background-color: #FFFFFF;
	height: 378px;
	width: 512px;
	overflow:auto;
}
