#sidebar {
	background-color: #000066;
	position: fixed;
	width: 216px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-attachment: fixed;
}
#main {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 225px;
}
