@CHARSET "ISO-8859-1";
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: fixed;
	background-color:#E0E0E0;
	font-size: 12px;
	font-family: trebuchet ms, verdana, arial, sans-serif;
}
#vcenter {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 975px;
	height: 600px;
	background: #B4DDF3 url(../images/opening.jpg);
	clear: left;
}
#banner {
	position: absolute;
	width: 319px;
	height: 262px;
	right: 0px;
	top: 0px;
/*	background-image: url(../images/banner_index.png);*/
	}
img {border: none;}