/* CSS Document */

body {
	font-family:"Century Gothic";
	font-size:12px;
	}

#header { 
	position:fixed; 
	}

img {
	border:none
	}



div#container {
	position:absolute;
	width:800px;
	height:450px;
	margin-left: 15%;
	text-align:left;

	}

div#header { 
	position:absolute;
	width:700px; 
	height:85px;
	}	
	
#content {
	position:absolute;
	width:700px;
	height:450px;
	top:125px;
	background-color:#FFFFFF;
	padding:5px;
	}
