body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

#centered {
	width: 930px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 0px;
	background-image: url(../images/background_axolotl.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	height: 145px;
}

#logo {
	position: relative;
	top: 20px; left: 5px;
}

img.logo {
	border: none;
}

#about {
	height: 200px;
	width: 480px;
	margin-bottom: 40px;
}

#video {
	height: 272px;
	width: 480px;
	margin-bottom: 40px;
}

#implementation {
	height: 1300px;
	width: 480px;
	margin-bottom: 40px;
}

#credits {
	height: 100px;
	width: 480px;
	margin-bottom: 40px;
}

.text {
	color: #CCC;
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 6 0;
	padding: 6 5 5 5;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.text a {
	text-decoration: underline;
	color: #999;
}

.title {
	color: white;
	font-size: 16px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.credit {
	color: white;
	font-size: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}
