#newsBodyCont {
	width: 100%;
	height:100%;
	background: #D9D2BE url('/img/owls.jpg') no-repeat;
	background-position: 400px 23px;
}

#logo {
    position: absolute;
	left: 50px;
	top: 30px;
}

#newsTextArea {
    width: 540px;
    position: absolute;
	left: 272px;
	top: 366px;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

.newsDate {
    border-bottom: 1px solid #B6AD96;
    padding: 0 0 5px 0;
    font-weight: bold;
}

.newsText {
	text-align: left;
	padding: 1px 0 27px 0;
}

#newsArch {
	text-align: right;
	font-size: 80%;
}