html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: transparant url(/img/background.jpg) no-repeat center center;
}

img {
	border: none;
	behavior: url('/css/iepngfix.htc');
}

#objectTable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
	width: 554px;
	background-color: #000000;
	font-size: 1px;
}

#imageContainer {
	text-align: center;
	cursor: pointer;
}

#image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#logo {
	left: 10%;
	position: absolute;
	top: 50%;
	margin: -100px 0 0 0;
}

#topMenu {
	position: absolute;
	top: 20px;
	right: 0;
}

.menuImage {
	margin-left: 10px;
}