body {
	background: url(../images/bg.jpg);
	font-family: "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #78A4D3;
}

div#container {
	position: relative;
	width: 1000px;
	height: 1585px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/lmb_main.jpg);
}

div#container.blank {
	background: none;
	width: 500px;
	height: auto;
	color: #89B5E4;
}
	div#container.blank p {
		line-height: 1.5;
	}

div#video {
	position: absolute;
	width: 420px;
	height: 305px;
	top: 257px;
	left: 50%;
	margin-left: -209px;
}

div#content {
	display: none;
}

div#appstore {
	position: absolute;
	width: 322px;
	height: 71px;
	top: 735px;
	left: 50%;
	margin-left: -265px;
	background: url(../images/appstore.jpg);
/* 	display: none; */
	}

div#creators {
	position: absolute;
	text-align: center;
	width: 650px;
	height: 70px;
	top: 1418px;
	left: 50%;
	margin-left: -325px;
}

	div#creators a img {
		border: none;
	}
	
div#footer {
	position: relative;
	width: 1000px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.4;
}
	
a {
	text-decoration: none;
	border: none;
	color: #FDA209;
}