body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

#container{
	position:absolute;
	left:50%;
	top:50%;
	height:385px;
	width:1024px;
	margin-left:-512px;
	margin-top:-275px;
	background:black url(images/palet.gif);
}

#content{
	position:absolute;
	left:50%;
	top:50%;
	height:165px;
	width:1024px;
	margin-left:-512px;
	margin-top:110px;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
  	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -171px;
	margin-top: -252px;
	width: 378px;
	height: 378px;
	padding-top:115px;
	padding-left:50px;
	font-size:0.6em;
}

