/* CSS Document */
body {
	background: url(/images/background/hotpink.jpg);
	background-repeat: repeat-y;
	margin: 0px
}
#content{
	width: 99%;
	height: 555px;
	margin: 0px;
	border: none;
	overflow-y: scroll;
	overflow-x: none
}
#content2{
	width: 99%;
	height: 530px;
	margin: 0px;
	border: none;
	overflow-y: scroll;
	overflow-x: none
}