@charset "UTF-8";
/* CSS Document */

body {background-color:#000;}

.table-bkgnd {
	background-color: #999;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	background-position:top;
	height: 25px;
}
.header-image{
	background-image:url(images/headerimg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 140px;
}

.content {
	background-color:#fff;
	vertical-align:top;
}