/* - - - - - - - - - - - - - - - - - - - - -Title : Danesfield HomesAuthor : Wayne RobertsURL : www.lushnewmedia.comDescription : style.cssCreated : 21.05.07Modified : 21.05.07- - - - - - - - - - - - - - - - - - - - - *//***********************//* PAGE ATTRIBUTES *//***********************/* {	margin: 0;	padding: 0;	}body {	min-width: 800px;	min-height: 533px;	color: #000;	background-color: #fff;	font-family: Helvetica, Arial, sans-serif;	}/* CENTRE LAYOUT *//* styles for IE 5 Mac */div#container {	background-color:#fff;	height:533px;	width:800px;	margin:0 auto;	position:relative;	}	#content {	background-color:#fff;	position:absolute;	top:0;	left:0;	height:533px;	width:800px;	padding:0;	}/* commented backslash hack  - invisible to IE 5 \*/div#container {	position:absolute;	margin:-266px 0 0 -400px;	left:50%;	top:50%;	}	/* end hack */img {	border:0;	}	h1 {	color: #000;	font-weight: bolder;	font-size: 90%;	}h2 {	color: #000;	font-weight: bolder;	font-size: 80%;	}p {	margin: 5px 0;	color: #000;	background-color: inherit;	line-height: 15px;	font-size: 80%;}#flashcontent {	height: 533px;	width: 800px;	background-color: #fff;	margin: 0;	padding: 0;	}
