body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial;
	font-size:16px;
}
#splash{
	position:relative;
	width:990px;
	height:614px;
	text-align:center;
	margin:auto;
	z-index:2;
	background:url('../img/home.jpg') no-repeat;
}

#splash a#bulbs{
	background:url('../img/bulbs.png') no-repeat 85px 130px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:495px;
	height:614px;
}

#splash a#bulbs:hover{
	background: url('../img/bulbs_hover.png') no-repeat 85px 130px;
}

#splash a#packaging{
	background:url('../img/packaging.png') no-repeat 30px 130px;
	display:block;
	position:absolute;
	top:0px;
	left:495px;
	width:495px;
	height:614px;
}

#splash a#packaging:hover{
	background: url('../img/packaging_hover.png') no-repeat 30px 130px;
}

div#leftbg{
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	height:709px;
	background-color:#004F30;
}

div#rightbg{
	position:absolute;
	left:50%;
	width:50%;
	height:100%;
	height:709px;
	background-color:#0055A5;
}