body {
	background: url(../images/background-splash.png) repeat-x #e9e5e3;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 662px;
	margin: auto;
	position: relative;
}

h1 {
	width: 260px;
	height: 229px; 
	text-indent: -9999em;
	background: url(../images/owc-splash-logo.png) no-repeat;
	margin: 0 auto 15px auto;
}

h2 {
	width: 662px;
	height: 344px; 
	text-indent: -9999em;
	background: url(../images/owc-splash-images.png) no-repeat;
	margin: auto;
}

p {
	width: 483px;
	height: 69px;
	display: block;
	margin: 5px auto 20px auto;
	text-indent: -9999em;
	background: url(../images/owc-splash-text.png) no-repeat;
}

ul {
	position: absolute;
	top: 676px;
	left: 30px;
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
}

ul li a {
	width: 180px;
	height: 68px;
	text-indent: -9999em;
	display: block;
}

ul li a#au { background: url(../images/owc-splash-nav.png) 0 0; }
ul li a#nz { background: url(../images/owc-splash-nav.png) 370px 0; }
ul li a#uk { background: url(../images/owc-splash-nav.png) 180px 0; }

ul li a#au:hover { background: url(../images/owc-splash-nav.png) 0 -68px; }
ul li a#nz:hover { background: url(../images/owc-splash-nav.png) 370px -68px; }
ul li a#uk:hover { background: url(../images/owc-splash-nav.png) 180px -68px; }

