body {
	background-color: #010d1b;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}
#main {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/bg.png);
	background-color: #010d1b;
	overflow: auto;
}
#logo {
	position: relative;
	padding: 35px;
}
#box {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/box.png);
	height: 355px;
	width: 820px;
}
#box_left {
	width: 585px;
	height: 355px;
}

#box_right {
	width: 235px;
	height: 355px;
}

#drop {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/drop-2.png);
	height: 85px;
	width: 820px;
}
#table {
	height: 100%;
}
#cell {
	height: 100%;
}
.footer {
	width: 400px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #c0c0c0;
	font-size: 11px;
}
.footer a {
	color: #cfdde2;
	text-decoration: none;
}
#video {
	position: relative;
	height: 286px;
	width: 508px;
}
