body {
	background: url(imgs/background.gif);
}
.scrollbox {
	height:380px;
	width:600px;
	overflow:scroll;
	margin-top: 30px;
	margin-left: 120px;
}
.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}

