html {
	height: 100%;
}

body {
	background-image: url(http://www.mooglemedia.com.au/images/main/blue-bg.jpg);
	background-repeat: repeat-x;
	background-color: #0479b6;
	width: 100%;
	height: 434px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#message {
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-image: url(http://www.mooglemedia.com.au/coming-soon/website-closed.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

