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

