﻿/*########################### Splash page ##################################*/

html
{
    background-color: #000000;
}

#splashBody
{
    width: 100%;
    height: 768px;
    background: #000000 url(../i/landing/landing_bg_grad.jpg) repeat-x top;
    margin: 0px;
    padding: 91px 0px;
    position: absolute;
}

#cramlington_image {
	width:990px;
	height:346px;	
	margin:0px auto 0px auto;
}

#cramlington_image a {
	display:block;
	width:990px;
	height:346px;
	background: url(../i/landing/splash-image.jpg) no-repeat 0px 0px;
}

#cramlington_image a:hover {
	display:block;
	width:990px;
	height:346px;
	background-position: 0px -346px;
}

#cramlington_title {
	width:271px;
	height:59px;
	margin:0px auto;
}

#cramlington_title a {
	display:block;
	width:271px;
	height:59px;
	background: url(../i/landing/enter-image.jpg) no-repeat 0px 0px;
}

#cramlington_title a:hover {
	display:block;
	width:271px;
	height:59px;
	background-position: 0px -59px;
}
