
#container
{
	background-image: url(/bg_container.jpg);
}

h1
{
	position: absolute;
	top: 60px;
	left: 100px;
}

h2
{
	text-align: right;
	padding-right: 48px;
	font-size: 100%;
}

.date
{
	text-align: right;
	padding-right: 40px;
	font-size: smaller;
	font-weight: bolder;
	color: #875;
}

#wrapper
{
	width: 100%;
	height: 100%;
}

#headline
{
	position: absolute;
	top: 105px;
	left: 100px;
	color: #321;
	width: 525px;
}

#content
{
	position: absolute;
	top: 145px;
	left: 100px;
	width: 525px;
	height: 320px;

	color: #321;
	overflow: auto;
	font-size: smaller;
}

#prever { position: absolute; top: 70px; left: 380px; }
#nexter { position: absolute; top: 88px; left: 400px; }

