/* CSS Document */

body {
background-color:#0099CC;
	}
	
	#holder {
		margin:auto;
		height:1160px;
		width:1000px;
		position:relative;
		background-color:#0099CC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		}
	
	#header {
		height:1060px;
		width:1000px;
		background-color:#0099CC;
		position:absolute;
		top:10px;
		}
		
	#bottom {
	margin:auto;
	height:115px;
	width:810px;
	background-color:#0099CC;
	top:1070px;
	position:absolute;
	left:105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/BU_logo.png);
		}
	

