@import url("base.css");

.buttons {
	float: left;
	width: 225px;
	height: 580px;
	padding: 0;
	margin-top: 8px;
}

.content {
	margin: 8px 0 0 225px;
	padding: 0;
	background-color: #707070;
	width: 806px;
	height: 600px;
	overflow-y: hidden;
	overflow-x: hidden;
}

