﻿body, html 
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

img
{
	border: 0;
}

body
{
	background-image: url(images/body-repeater.gif);
	background-repeat: repeat-x;
}

#container
{
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#header
{
	min-height: 536px;
	background-image: url(images/container.jpg);
	background-repeat: no-repeat;
	margin-bottom: 157px;
}
#footer
{
	height: 157px;
	margin-top: -157px;
	background-image: url(images/footer-repeater.gif);
	background-repeat: repeat-x;
}
#footercontent
{
	width: 980px;
	height: 157px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#content
{
	padding-top: 145px;
}

#content table
{
	width: 980px;
}
#content td
{
	text-align: center;
	height: 135px;
	color: #003366;
	font-family: Verdana;
	font-size: 12px;
}

#content a
{
	color: #003366;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}

.afb
{
	height: 100px;
}