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

body {
	background-attachment: fixed;
	background-color: #38270D;
	background-image: url(index_jpg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	width: 1022px;
	margin: 0px;
	position: relative;
}
#navbox {
	background-color: #000000;
	width: 100%;
	position: absolute;
	margin-left: 5%;
	bottom: 45px;
	height: auto;
	filter:alpha(opacity=55);
	opacity:.55;
	opacity:.55;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#newsletter {
	position: absolute;
	bottom: 5px;
	height: 30px;
	width: 500px;
	vertical-align: bottom;
	margin-left: 5px;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110px;
	color: #CCCCCC;
	background-color: #000000;
	font-weight: bold;
	height: auto;
	width: 100%;
	filter:alpha(opacity=55);
	opacity:.55;
	opacity:.55;
	padding-top: 10px;
	padding-right: 10%;
	padding-bottom: 10px;
	letter-spacing: -9px;
	white-space: normal;
	text-align: right;
	line-height: .75em;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 0.75em;
	font-weight: bold;
	letter-spacing: -9px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
