/**
 * Cascading Style Sheet
 * Project: NHS Insulation  http://nhsinsulation.com.au
 * Author:  Fluid Lino      http://fluidlino.com.au
 * Copyright Fluid Lino 2010
 **/

body {
	background-color: #00502f;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#layout {
	width: 100%;
	height: 192px;
	position: absolute;
	top: 43%;
	left: 0;
	border-bottom-color: #ffeb00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#content {
	width: 450px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display: inline;
}
.text {
	display: inline;
	margin-left: 20px;
	margin-bottom: 5px;
}
#enter {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	
}
#enterButton {
	float: right;
	margin-right: 12px;
	_margin-right: 7px;
	margin-top: 50px;
}
#enterButton div {
	width: 111px;
	height: 60px;
	overflow: hidden;
}
#enterButton a {
	display: block;
	height: 60px;
	text-indent: -300px;
	overflow: hidden;
}
#enterButton .button {
	background: transparent url('../img/Button.gif') left top no-repeat;
}
#enterButton div:hover {
	background-position: left -60px;
	cursor: hand;
	cursor: pointer;
}