html {
	overflow-y: scroll; /* vertical scrolling, if needed, */
	overflow-x: hidden; /* else hidden */
}

body {
	margin: 0 auto; padding: 0px;
	background-color: #ce7738;
	background-image: url(bkgd_gradient.jpg);
	background-repeat: repeat-x;
}

div#bkgd {
	background-image:url(clouds.jpg);
	background-position: center;
	height: 1024px;
	z-index: 1;
}

div#big-smoove { /* the airship */
	z-index:2;
    position: absolute;
    top: 400px;
    width: 2000px;
    height:100%;
    background: 0 0 repeat-x; /* make the image really wide, transparent to the sides */
    background-image: url(airship.png);
	overflow: hidden; /* clears the scuzzy bits by the sides */
}

div#topCover {
	margin: 0 auto;
	margin-left: 50%;
	position: relative;
	z-index:2;

	width: 400px;
	background-color: #f7f0e6;
	opacity:0.4;filter:alpha(opacity=40);
}

.mainText {
	color: #000;
	margin: 0px 15px;
	padding: 15px 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}


a:link, a:visited {
	color: #666;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Georgia, serif;
	text-transform: lowercase;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0px;
}

a:active, a:hover {
	border-bottom: 3px solid #873e0a;
}

h3 {
	font-size: 3.5em;
	font-weight: 600;
	letter-spacing: -5px;
	color: #bbb;
	margin-bottom: 0px;
}

h4 {
	border-top: 1px dotted #aaa;
	font-size: 1.3em;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

.footerish {
	letter-spacing: 0px;
	color: #aaa;
	font-size: .8em;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}