@charset "UTF-8";
/* CSS Document */
body{
	background:#000;
	margin:0;
	font-size:100%;
}

h1, p {
	margin:0;
	padding:0;
}

h1{
	background:#000;
	color:#555;
	font-size:0.7em;
}

a:link, a:visited, a:active{
	background:none;
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#FFF;
}


#wrapper{
	font-family:Helvetica, Arial, sans-serif;
	font-size:3em;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

#main{
	display:inline;
	margin:auto;
	width:100%;
}
#left_bg{
	float:left;
	background:url(images/left_bg.jpg) repeat-x #F08925;
	width:32%;
	_width:31%;
	height:200px;
	overflow:hidden;
	margin:20% 0 0 0;
}
#left{
	float:right;
	background:url(images/left_btn.jpg) no-repeat right 0px;
	margin:0;
	padding:0.5em 0;
	height:200px;
	width:300px;
}

#centre{
	float:left;
	background:url(images/logo.jpg) no-repeat center 0.9em;
	margin:0;
	width:36%;
	height:180px;
	z-index:100;
	margin:20% 0 0 0;
}
#right{
	float:left;
	background:url(images/right_btn.jpg) no-repeat left 0px;
	margin:0;
	padding:50px 0px;
	height:200px;
	width:300px;
}
#right_bg{
	float:left;
	background:url(images/right_bg.jpg) repeat-x #245A9C;
	width:32%;
	_width:31%;
	height:200px;
	overflow:hidden;
	margin:20% 0 0 0;
}

#coming_soon{
	line-height:normal;
	margin:0;
	font-size:0.615em;
	color:#555;
}

p#contact_details{
	background:none;
	font-size:0.5em;
	color:#000;
	margin:10px 0 0 0;
	padding:0;
}
