/* Copyright 2009 Rory Carnegie 
   Design & Developed by:
   Freddie Green   
   David Price Williams
   www.jabberwokie.net/
*/

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.875em;
	background:#0092C7;
	}

#container{
position:absolute;
height:100%;
width:100%;
overflow:hidden;
}

#main {
	width:80%;
	min-width:955px;
	height:100%;
	background: url(../images/bg-left.gif) repeat-y #FFF;
	border-right:10px solid #B2DEEE;
}
* html #main {
	height:100%;
}

#splash{
	height:100%;
	background:url(../images/logo-splash.gif)  40px 260px no-repeat;
	font-weight:bold;
}
* html #splash{
	height:100%;
}
#splash h1{
	display:none;
}
#splash div{
	padding:375px 0 0 430px;
}

#splash a{
	color:#999999;
	padding-left:80px;
	text-decoration:none;
}

#splash a:hover{
	text-decoration:underline;
}
