@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-image: url(assets/background.jpg);
	background-repeat: repeat;
}
/* ------------------------------ Links ------------------------------ */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #66cccc;
}
a:active {
	text-decoration: none;
	color: #66ffff;
}
/* ------------------------------ Links ------------------------------ */
#container {
	width: 100%;
	height: 100%;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
#header {
	width: 100%;
	height: 175px;
	background-image: url(assets/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#parallax {
	position:relative;
	overflow:hidden;
	width:100%;
	height: 550px;
	background-image: url(assets/background.jpg);
}
#footer {
	width: 100%;
	height: auto;
	background-color: #000;
	background-image: url(assets/background.jpg);
	background-repeat: repeat;
}
h1 {
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 75px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 30px;
	margin-top: 0px;
}
h2 {
	line-height: 5px;
	padding-top: 20px;
	font-size: 11px;
	color: #99ffff;
	text-transform: uppercase;
	letter-spacing: 15px;
	font-weight: lighter;
}
h3 {
	line-height: 40px;
	position: relative;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: lighter;
	display: block;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 10px;
}
h4 {
	line-height: 40px;
	position: relative;
	font-size: 11px;
	color: #339999;
	text-transform: none;
	letter-spacing: 5px;
	font-weight: lighter;
	display: block;
	white-space: nowrap;
	margin-top: 0px;
}
