
	@import "screen.css"; 
	


#main {
	width: 57%;
	border-right: 1px solid #606;
	position: relative;
	padding-right: 10px;
	clear: both;
}
#sidebar {
	position: absolute;
	left: 60%;
	width: 39%;
	top: 39px;
	text-align: center;
}

