
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url('../images/bg.jpg') no-repeat center bottom;
}

div#ceiling {
	width: 100%;
	height: 50%;
	margin-top: -267px;
	float: left;
}

div#site_container {
	margin: 0 auto;
	width: 935px;
	height: 534px;
	clear: both;
	top: -267px;
}

div#site {
	height: 100%;
	position: relative;
	background-color: #fff;
	padding-left: 40px;
}

form {
	margin: 0;
}

img {
	border: 0;
}

img#label {
	position: absolute;
	right: -27px;
	bottom: -29px;
}

div#flash {
	position: absolute;
	right: 31px;
	top: 44px;
}

object {
	outline: none;
}

a#logo {
	display: block;
	margin-bottom: 26px;
	width: 222px;
}

a#logo img {
	display: block;
}

img#title_study {
	display: block;
	margin-bottom: 30px;
}

div.menurow img {
	vertical-align: bottom;
}

div#splash_footer {
	padding-top: 35px;

}