body {
	margin: 0px;
	background-image:url(http://www.fusionasia.co.uk/images/bg.gif);
	background-repeat:repeat-x;
	background-color:#c9242e;
}



/*/////////////////////////////////////////////// Tabbed Menu ////////////*/



#container {	
	    margin-left: auto;
	    margin-right: auto;
	    width: 983px;	
		height: 600px;
		position:relative;
		background-color:#c9242e;
		margin-bottom:250px;
	}
	


	
#logo {
	position:absolute;
	width: 983px;
	height: 91px;
	left:0px;
	top:45px;
}

	
#header {
	position:absolute;
	width: 983px;
	height: 150px;
	left:0px;
	top:0px;
}


#content_container {
	position:relative;
	width: 654px;
	height: auto;
	left:0px;
	top:140px;
	background-image:url(http://www.fusionasia.co.uk/images/content_bg.gif);
	background-repeat:repeat-y;
}


#top {
	position:relative;
	width: 654px;
	height: auto;
	clear:both;
	left:0px;
	top:0px;
	background-image:url(http://www.fusionasia.co.uk/images/top.gif);
	background-repeat:no-repeat;
	}


#bottom {
	position:relative;
	width: 654px;
	height: auto;
	clear:both;
	bottom:0px;
	top:0px;
	background-image:url(http://www.fusionasia.co.uk/images/bottom.gif);
	background-repeat:no-repeat;
	}






#content{
	position:relative;
	width: 420px;
	height: 100%;
	left:0px;
	top:0px;
	padding:30px;
	float:right;
	min-height:500px;

}



#left_menu{
	position:relative;
	width: 150px;
	height: 100%;
	left:30px;
	top:0px;
	float:left;
}





#right_nav {
	position:absolute;
	width: 290px;
	height: 529px;
	left:665px;
	top:142px;
}




#home_splash {
	position:absolute;
	left:0px;
	top:46px;
	z-index:500;
}





  

