html, body {
	height: 100%;
	font-family: monospace;
}

#centered {
	width: 465px;
	margin: 0 auto;
	color: #000;
} 

#news {
	margin-top: 100px;
	text-align: justify;
}
#news h1 {
	font-size: 28px;
	text-align: left;
}

#bar {
	width: 728px;
	margin: 0 auto;
}

#header {
	width: 278px;
	margin: 0 auto;
	text-align: center;
}
#search {
	width: 470px;
	margin: 0 auto;
}

#left {
	width: 121px;
	height: 601px;
	float: left;
	position: fixed;
}
#right {
	position: fixed;
}

