/* - - - - - - - - - - - - - - - - - - - - -Title : The EardleyAuthor : Wayne RobertsURL : http://www.lushnewmedia.comDescription : style.cssCreated : 16.11.07- - - - - - - - - - - - - - - - - - - - - *//***********************//* PAGE ATTRIBUTES *//***********************/* {	margin: 0;	padding: 0;	}body {	min-width: 850px;	min-height: 567px;	color: #ccc;	background-color: #fff;	font-family: Arial, Helvetica, sans-serif;}/* CENTRE LAYOUT *//* styles for IE 5 Mac */div#container {	background-color:#fff;	height:567px;	width:850px;	margin:0 auto;	position:relative;}	#content {	background-color:#fff;	position:absolute;	top:0;	left:0;	height:567px;	width:850px;	padding:0;	}/* commented backslash hack  - invisible to IE 5 \*/div#container {	position:absolute;	margin:-284px 0 0 -425px;	left:50%;	top:50%;	}	/* end hack */img {	border:0;	}	#flashcontent {	height: 567px;	width: 850px;	background-color: #fff;	margin: 0;	padding: 0;	}p {	padding:5px 0 3px;	}	
