/* - - - - - - - - - - - - - - - - - - - - -

Title : 10 Million Pixels

Description : style.css

Created : 21.02.2010

- - - - - - - - - - - - - - - - - - - - - */

/* PAGE ATTRIBUTES */

* {
	margin: 0;
	padding: 0;
	}
body {
	min-width: 800px;
	min-height: 533px;
	color: #333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}



/* CENTRE LAYOUT */

/* styles for IE 5 Mac */
div#container {
	background-color:transparent;
	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:-267px 0 0 -400px;
	left:50%;
	top:50%;
	}
	/* end hack */



