html {
	height:100%;
}

body {
	background-image:url(../img/splash-loading.gif?);
	background-position:50% 25%;
	background-repeat:no-repeat;
	background-color:#ccc;
	height:100%;
	margin:0;
	padding:0;
}

#wrapper {
	background-image:url(../img/splash-bg.jpg);
	background-position:80% 70%;
	background-repeat:no-repeat;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
}

#bar {
	background:url(../img/splash-bar.png) bottom left repeat-x;
	position:absolute;
	bottom:0;
	width:100%;
	height:175px;
	z-index:999;
}

#bar #logo {
	position:absolute;
	bottom:10px;
	left:20px;
}

#bar #flags {
	position:absolute;
	bottom:10px;
	right:20px;
}

img {
	border:0;
}