/* splash page for gold coast holiday homes */

/* @override 
	http://staging.renet.com.au/goldcoastholidayhomes/css/splash.css
	http://goldcoastholidayhomes.com.au/css/splash.css
*/

html * {
	margin:0px;
	padding:0px;
}

body {
	background:white;
	color:#666;
	font-family:Arial;
	font-size:14px;
	text-align:center;
}

html, body {
	background: black;
	height: 100%;
}


#wrapper {
	width: 600px;
	height: 100%;
	margin:0px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
}

#wrapper table {
	margin:0px;
	border:none;
	width: 600px;
	height: 100%;
}

#wrapper table tr {
	margin: 0px;
	border: none;
	padding: 0px;
}

#wrapper table tr td {
	margin: 0px;
	border: none;
	padding: 0px;
	vertical-align: middle;
	height: 100%;
}

#wrapper table tr td div {
	width: 600px;
	position:relative;
}

#wrapper table tr td div a {
	margin: 1px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	color:rgb(0, 145, 209);
	background: url(../images/splash_logo_2.jpg) top left no-repeat;
	height: 85px;
	width: 580px;
	display: block;
	line-height: 95px;
	text-decoration: none;
	color: white;
	font-weight: normal;
	padding-right: 20px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: right;
}
