body { 
	background-color: #00001E;
	margin: 10px;
	}
	
div.container {
	position: relative;
	margin: auto;
	width: 740px;
	height: 387px;
}

a { color: #c09b6f; }

a:hover { color: white; }

#menu {
	float: left;
	position: absolute;
	z-index: 10;
	margin: 10px;
	left: 30px;
	top: 140px;
	}
	
#content_main { 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image: url(images/backgrounds/rhapsodymasterbg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}	
	
	
#content_who_done_for { 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image: url(images/backgrounds/whohavewedoneitfor.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}
	

#content_what_we_do
	{ 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image:url(images/backgrounds/whatdowedo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}
	
	
#content_who_done_it_for
	{ 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image:url(images/want_to_get_in_touch.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}
		

#content_why_no_flashy
	{ 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image:url(images/backgrounds/whonoflashysite.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}

	
#content_why_do_we
	{ 
	position: relative;
	z-index: 1;
	left: 0px;
	top: 30px;
	border: 1px solid white;
	background-image:url(images/backgrounds/whydowedoit.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 774px;
	height: 405px;
	}
	
		
#address {
	position: absolute;
	z-index: 5;
	left:2px;
	top: 409px;
	font: 12px/16px 'Lucida Grande',Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: white;
	width: 772px;
	height: 17px;
	}
	
#message {
	position: absolute;
	z-index: 5;
	left: 356px;
	top: 207px;
	font: 12px/18px 'Lucida Grande',Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: white;
	width: 400px;
	}	

