html, body, div, table, tr, td
{
      margin: 0;
      padding: 0;
      border: none;
}

html, body 
{
      height:100%;
}

html 
{
	background-color: #000000;
}

body div#wrapper
{
	display: block;
	width: 920px;
	height: 548px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: white;
}

body div#wrapper div#logo
{
	background: url(images/logo.jpg) top left no-repeat;
	display: block; 
	width: 300px;
	height: 73px;
}

body div#wrapper div#logo a
{
	text-decoration: none;
}

body div#wrapper div#afb
{
	background: url(images/img.jpg) top left no-repeat;
	display: block; 
	width: 797px;
	height: 104px;
}

body div#wrapper div#content
{
	line-height: 16px;
}

body div#wrapper div#content table
{
	width: 797px;
}

body div#wrapper div#content table tr td
{
	vertical-align: top;
}

body div#wrapper div#content table tr th
{
	font-weight: bold;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}