@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
	margin:0;
	padding:0;
}

body{
	background-color:#d0ced0;
}

object { outline:none; }

div#bgTop{
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	background-color:#d0ced0;
	z-index:0;
}

div#mainContainer{
	position:absolute;
	top:50%;
	margin-top:-300px;
	height:680px;
	width:100%;
	z-index:1;
}

div#website{
}
