@charset "utf-8";
#links {
	position: fixed;
	width: 100px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	background-color: #666666;
}
#main {
	position: static;
	margin-left: 100px;
	right: 0px;
	top: 0px;
	background-color: #FFFFCC;
}
