@CHARSET "ISO-8859-1";

#body {
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

#header {
	font-size: 30px;
	text-align: center;
	font-family: sans-serif;
}

.logoDiv {
	padding: 20px 20px 20px 20px;
	margin: 0px;
	vertical-align: top;
	width: 160px;
	height: 120px;
}

.logoDivTransparent {
	display: inline;
	position: relative;
	top: -120px;
	z-index: 1;
}

.logoImgTransparent {
	cursor: pointer;
	z-index: 1;
}


