@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 14px;
}
.preloadPic {
	display: none;
}
.main #container {
	background-image: url(images/Background-Top.jpg);
	background-repeat: no-repeat;
	height: 265px;
	width: 780px;
	position: relative;
}
.main #container #logo {
	position: absolute;
	top: 49px;
	left: 285px;
}
.main #container #leftlights {
	position: absolute;
	top: 0px;
	left: 45px;
}
.main #container #rightlights {
	position: absolute;
	top: 0px;
	left: 495px;
}