/*

Stylesheet for Dreamscape Kitchens and Bedrooms Ltd
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.dreamscapekitchens.co.uk/

*/


/* ------------ Splash Page ------------ */

body {
	background: url('../images/wood-flooring.jpg') repeat top left;
	}

#container {
	margin-left: -152px;
	position: absolute;
	top: -87px;
	left: 50%;
	width: 304px;
	height: 174px;
	visibility: visible
	}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
							
#containered   
	{
	background-color: pink;
	margin: -152px 0 0 -87px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 304px;
	height: 174px;
	}
