body 
{
	background-color: #D2D7D9;
}

.banner
{
	position: absolute;
	top: 20px;
	margin-left: 10%;
}

.title
{
	font-family: Verdana;
	font-size: 18pt;
	color: #333366;
	position: absolute;
	top: 130px;
	width: 100%;
}

.centerbox
{
	position: absolute;
	height: 90%;
	width: 80%;
	margin-left: 10%;
}

.leftborder
{
  position: absolute;
  left: 10px;
  top: 120px;
}

.rightborder
{
  position: absolute;
  right: 10px;
  top: 145px;
}

.counter
{
	position: absolute;
	text-align: right;
	bottom: 10px;
	right: -25px;
}

a
{
	font-family: Verdana;
	font-size: 10pt;
	color: #777777;
	text-decoration: none;
}

.copyright
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: center;
	color: #bbbbbb;
	position: absolute;
	bottom: 0px;
  width: 100%;
}

.headline
{
	font-family: Verdana;
	font-size: 9pt;
	color: #333366;
	position: relative;
	top: -10px;
	width: 100%;
}

.text
{
	font-family: Verdana;
	font-size: 9pt;
	color: #999999;
	position: relative;
	top: -10px;
	width: 100%;
}

.textbox
{
	position: absolute;
	top: 200px;
	left: 100px;
	width: 80%;
}

.linkbox
{
  position: absolute;
  bottom: 0px;
  left: -20px;
}
.links
{
	text-align: right;
}

