#content {
	position:absolute;
	width: 100px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	left: 0px;
	background-image: url(../images/sideBox.jpg);
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffcc66;
	height: 300px;
	top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffcc66;
	padding: 0px;
	margin-top: 1px;
}

.sidebox {
	background-repeat: no-repeat;
	background-position: left bottom;
}

