/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.containertable {
height:100%;
width:1024px;
}
.header {
height:185px;
}
.contentcontainer {
background-image:url(images/content-background.jpg);
background-position:top;
background-repeat:repeat-y;
}
.footer {
background-image:url(images/footer-background.jpg);
width:1024px;
height:60px;
}

