/*

Author: onepagedesign
Author URI: http://onepagedesign.net
Version: 1.02

Alex Road Photography
This document is copyright http://alexroadphotography.com.au

*/


/* Special classes
-------------------------------------------------------------- */

*, html, body, div {
	margin: 0;
	padding: 0;
}

html, body {
	background: #FFF;
}

img, a {
	outline: none;
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Layout
-------------------------------------------------------------- */

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#inner {
	width: 1000px;
	height: 580px;
	margin-left: -500px;  /***  width / 2   ***/
	position: absolute;
	top: -290px;          /***  height / 2   ***/
	left: 50%;
}
