body{
background: url(flash components/bgaboutus.jpg) repeat-x #000000;
margin: 0x;
colour: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
font-size: 12px;
}

#container {
	position: relative;
	width: 800px;
	margin: auto;
	align: center;
	top: 160;
}

div.navigation {
	position:absolute;
	width: 1024;
	height: 155;
	left: -125px;
	top: -179px;
	font:11px;
	z-index: 3;
}

div.main{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width:493px; /*Width of Image*/
	height:293px; /*Height of Image*/
	left:160px; /* This is applied relative to edge of container */
	top:160px;
	z-index: 1;
}
