div.tablelayout {

	position:relative;

	width:600px;

	height:700px;

}

BODY {background-color: #000066;

	background-image:  url("bt_images/brick_back.jpg");

	background-attachment:fixed;

	background-repeat: repeat;

	margin:0px;

}

div.header {

	width:600px;

	height: 272px;

}

div.content {

	background-image:url(bt_images/bt_layout_02.jpg);

	background-repeat:no-repeat;

	width:600px;

	height:405px;

	position:absolute;

	top:272px;

	left: 0px;

	text-align: left;

}

div.foot {

	background-image:url(bt_images/bt_layout_03.jpg);

	background-repeat:no-repeat;

	width:600px;

	height:22px;

	position:absolute;

	top:677px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 7pt;

	text-align:center;

	left: 0;

}

