/*

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

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: 980px;
	height: 617px;
	margin-left: -490px;  /***  width / 2   ***/
	position: absolute;
	top: -308px;          /***  height / 2   ***/
	left: 50%;
}

#collage {
	width: 980px;
}

#logo {
	width: 651px;
	float: left;
}

#btn {
	width: 329px;
	float: left;
}


/* Enter rollover
-------------------------------------------------------------- */

#btn a {
	height: 156px;
	display: block;
	outline: none;
}

#btnEnter {
	background: url(../assets/landing/btn_enterSite.png) no-repeat;
}

#btnEnter span {
	display: none;
}

#btnEnter:hover {
	background-position: 0 -156px;
}