body {
	margin: 1px;
	cursor: default;
}

img {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

noscript {
	z-index: 1000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: blue;
	color: white;
	text-align: center;
	line-height: 400px;
	font-family: sans-serif;
	font-size: 30px;
}

#titlebar{
	position: relative;
	width: 196px;
	height: 92px;

	margin : 4px;
	z-index: 100;
}

#titlebar a img{
	position: relative;
	margin: 7px;
}

#container{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left: -450px;
	width: 900px;
	height: 700px;
	background-color: #ffffff;
	background-image: url("../instAssets/images/bongos.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#loading {
	width: 100%;
	height: 100%;
	opacity: .95;
	background-color: #393C38;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#loadingText{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 46px;
	margin-top: -23px;
	font-family: sans-serif;
	font-size: 46px;
	color: white;
	text-align: center;
	z-index: 1001;
	opacity: 1;
}

#container * {
	position:absolute;
	cursor: pointer;
}

#left
{	
	height:639px;
	width:523px;
	left:24px;
	top:30px;
}

#space
{	
	height:639px;
	width:327px;
	left:552px;
	top:30px;
}
