body, html {
	margin: 0px;
	padding: 0px;	
    font-family: 'Aldrich', "Courier New", "Sans-Serif";
    font-weight: bold;
    font-size: 16px;
	color: #FFFFFF;
	background-color: rgb(0,0,0);
}

a {
	text-decoration: none;
    color: rgb(255,255,255);
}

a:hover {
	text-decoration: none;
    color: rgb(64,64,64);
}

h1 {
	font-size: 32px;
	line-height: 125%;
	padding-top: 4px;
	padding-bottom: 4px;
}

p {
	font-size: 16px;
	text-align: left;
    margin: 32px 16px 32px 16px;
}

#main {
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 800;
	left: 50%;
	margin-left: -400px;
	min-height: 100%;
	top: 0px;
    font-family: 'Aldrich', "Courier New", "Sans-Serif";
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
	color: #FFFFFF;
}

.capsule {
	position: relative;
    top: 0px;
	left: 80px;
	width: 640px;
    margin: 24px 0px 24px 0px;
	z-index: 1;
	text-align: center;
	background-color: rgb(0,0,0);
}

.capsule-trans {
	position: relative;
    top: 0px;
	left: 80px;
	width: 640px;
    margin: 24px 0px 24px 0px;
	z-index: 1;
	text-align: center;
	background-color: rgb(0,0,0);
    opacity: 0.8;
}

#logo {
	z-index: 1;
	background-color: transparent;
}

#logo-image {
    position: relative;
    left: -96px;
}

#play {
	z-index: 1;
	font-size: 32px;
    padding: 20px 0px 20px 0px;
    background: rgb(210, 125, 44);
    margin: 20px 0;
    display: block;
}

#downloadnow {
	z-index: 1;
	font-size: 32px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    margin: 20px 0;
    display: block;
}

#greenlight {
	z-index: 1;
	font-size: 32px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    margin: 20px 0;
    display: block;
}

#signup {
	z-index: 1;
	padding: 30px 0px 30px 0px;
}

#description {
	z-index: 1;
}

#screenshot-main {
	z-index: 1;
}

#trailer {
    z-index: 1;
    width: 1280px; 
	height: 720px;
	margin-left: -320px;
}

#about-header {
	z-index: 1;
	font-size: 32px;
    background: rgb(210, 125, 44);
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

#about {
	z-index: 1;
}

#download {
	z-index: 1;
	text-align: center;
}

#download-header {
	z-index: 1;
	font-size: 32px;
    background: rgb(210, 125, 44);
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

#screenshots-header {
	z-index: 1;
	font-size: 32px;
    background: rgb(210, 125, 44);
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

#screenshots {
	text-align: center;
	font-size: 10px;
	position: relative;
	width: 640px; 
	height: 440px;
}

#screenshots-default { 
	visibility: visible;
	top: 76px; 
	left: 0px; 
	z-index: 1;
}

#gifshots {
	text-align: center;
	font-size: 10px;
	position: relative;
	width: 640px; 
	height: 400px;
}

#gifshots-default { 
	visibility: visible;
	top: 76px; 
	left: 0px; 
	z-index: 1;
}

.thumb img { 
	border: 0px solid #000;
	margin: 0px 0px 320px 0px;
	float: left;
}

.thumb span { 
	position: absolute;
	visibility: hidden;
}

.thumb:hover, .thumb:hover span { 
	visibility: visible;
	top: 76px; 
	left: 0px; 
	z-index: 1;
}

#footer {
	z-index: 1;
	font-size: 24px;
    background: rgb(210, 125, 44);
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

#animal-container {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.animal {
	position: absolute;
	left: -100px;
}