@charset "UTF-8";
/* CSS Document */

body, html {
	height:100%;
}

body {
	background: #202018 url("../images/bg.jpg") no-repeat top center;
	margin:0;
	padding:0;
}
.container {
	background:url('../images/shadow.png') no-repeat center center;
	width: 750px;
	height: 458px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	margin-top: -239px;
	padding:10px;
}

div.landing {
	width:700px;
	height:300px;
	padding:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -160px;
	background:url('../images/landing-shadow.png') no-repeat top left;
	
}
div.landing a{
	height:300px;
	text-indent:-9000px;
	background:url('../images/landing.jpg') no-repeat top left;
	display:block;
}