/* ----------------------------------
   
   ---------------------------------- */
body {
	margin:0px 0px 0px 0px;
	background-color:black;
	color:white;
}

#page{
	position:relative;
	height:100%;
	width:800px;
	margin:0px auto; 
}

div#header {
	height:0px;
}

#footer {
	height:0px;
}


/* ----------------------------------
   
   ---------------------------------- */

#body {
	height:500px;
	background:url('images/beingbond.jpg') top center no-repeat;
	position:relative;
	margin: 0px;
}

#body div {
	font: 14pt sans-serif;
	position:absolute;
	width:450px;
	top:350px;
	left:350px;
}

a {
	color:white;
	text-decoration:none;
}
	
a:hover {
	color:white;
	text-decoration:underline;
}
