﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, html body {
	height:100%;
}
a {
	color: #a5acb3;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #a5acb3;
	background: #000;
}
h1 {
	font-size: 24px;
	line-height: normal;
	display: block;
}
h1 span.tagline {
	font-size: 16px;
	color: #8f919c;
	display: block;
	padding-bottom: 10px;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
}
#title {
	position: absolute;
	top: 0;
	height: 125px;
	width: 100%;
}
#navline {
	position: absolute;
	top: 125px;
	left: 0;
	height: 50px;
	width: 100%;
	background-image: url(/core/gfx/navbg.jpg);
	background-repeat: repeat-x;
}
.navitem {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#home_content {
	position: absolute;
	top: 175px;
	height: 425px;
	width: 780px;
	margin: 0 auto;
	background-image: url(/core/gfx/about_bg.jpg);
	background-repeat: no-repeat;
}
#home_content_text {
	margin-top: 100px;
	margin-left: 10px;
	padding: 5px;
	width: 500px; 
	background-color: #000;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	border:1px solid black;
}
#exp_content {
	position: absolute;
	top: 175px;
	height: 425px;
	width: 780px;
	margin: 0 auto;
	background-image: url(/core/gfx/experience_bg.jpg);
	background-repeat: no-repeat;
}
#exp_content_text {
	position: relative;
	margin-top: 70px;
	margin-left: 10px;
	padding: 5px;
	width: 500px; 
	background-color: #000;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	border:1px solid black;
}
#footer {
	position: relative;
	top: 600px;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 11px;
}
#hints {
	position: relative;
	width: 780px;
	background-image: url(/core/gfx/hints_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 450px;
}
#longcontent {
	position: absolute;
	top: 175px;
	width: 100%;
	padding-top: 10px;
}
#contact_content {
	position: absolute;
	top: 175px;
	height: 425px;
	width: 780px;
	margin: 0 auto;
	background-image: url(/core/gfx/contact_bg.jpg);
	background-repeat: no-repeat;
}
#contact_content_text {
	margin-top: 230px;
	margin-left: 10px;
	padding: 5px;
	width: 500px; 
	background-color: #000;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	border:1px solid black;
}
#links_content {
	position: absolute;
	top: 175px;
	height: 425px;
	width: 780px;
	margin: 0 auto;
	background-image: url(/core/gfx/links_bg.jpg);
	background-repeat: no-repeat;
}
#links_content_text {
	margin-top: 225px;
	margin-left: 10px;
	padding: 5px;
	width: 500px; 
	background-color: #000;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	border:1px solid black;
}
