footer {
	position: absolute;
	background: url(../rgba.php?r=255&g=255&b=255&a=70 ) repeat;
	background: rgba(255,255,255,0.7);
	height: 27px;
	bottom: 0;
	color: #090909;
	border-top: 1px solid #4c4c4c;
	width: 806px;
}

body {
	background: none;
}

#toggler {
	display: none;
}

div#calibration {
	display: none;
}

#play {
	display: none;
}

#movie {
	margin: auto auto 10px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.6em;
}

.headtitle {
	font-size: 0.7em;
	margin-left: 10px;
}

#contents {
	width: 760px;
	margin-bottom: 25px;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 1.2em;
}

#techspecscontainer {
	font-size: 1.2em;
}

#navbar {
	font-size: 1.5em;
}

#hierarchy {
	top: 6.4em;
	font-size: 1em;
}

div#content {
	margin-top: 8.6em;
}

#customerlogin {
	background: #898989;
	color: #4c4c4c;
	word-spacing: 3px;
	text-transform: uppercase;
	padding: 7px 20px 7px 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	font: 1.2em CantarellBold, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: inline-block;
	position: absolute;
	right: 0;
	margin-right: 0;
	margin-top: 50px;
}