@import url("screen.css");

#header{
	display: none;
}

#content, #sidebar{
	position: relative;
	width: auto;
	top: 10px;
	left: 0px;
}
