html {
background: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: "Arial";
}



body {
	font-family: Helvetica, Arial, san-serif;
	color: #FFF;
}

h2 {
	color: #fff;
	font-size: 54px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
#header {
	height: 50px;
	width: 716px;
	}

.bigdot {
	font-size: 100px;
	font-weight: bold;
	opacity: 1.0;
	
}

#link-holder {
	width: 64px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.tape {
	display: block;
	width: 64px;
	height: 40px;
	background: url('../images/tapes-64.png') bottom;
	text-indent: -999999px;
}
.tape:hover {
	background-position: 0 0;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.bigdot a {
	text-decoration: none;
	color: #000;
	
}

.bigdot a:hover {
	color: #E0391F;
}

.littledot {
	font-size: 24px;
	font-weight: bold;
	
}

.littledot a {
	text-decoration: none;
	color: #000;
}

.littledot a:hover {
	color: #E0391F;
}

#questtext {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 5px;
	background: #FFF;
	opacity:0.7;
	
}

#mybody {
	background: #FFFFFF url('../images/busgasbkg2.jpg') no-repeat fixed;
}