body {
	background-color: #111111;
	margin: 0px;
	background-image: url(bg.jpg);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	border-bottom: 1px solid #000;
}

#pagewrapper {
	background-image: url(page-bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	width: 950px;
	margin: 0px auto;
	border-color: #CC0000;
	border-style: solid;
	border-width: 0px 5px;
	background-color: #000;
	background-position: center;
	text-align: center;
}

#header {
	background-image: url(home-top.jpg);
	height: 550px;
}

#header-buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 292px;
	margin-left: 98px;
	width: 200px;
	text-align: center;
}

#header-buttons p {
	padding-bottom: 5px;
}

#header-buttons a, #header-buttons a:link, #header-buttons a:active, #header-buttons a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#header-buttons a:hover {
	color: #FF0000;
}

#content {
	clear: both;
	font-size: 12px;
}

#video {
	float: right;
	width: 320px;
	margin-right: 20px;
}

#text {
	width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 20px 20px 20px 10px;
	text-align: justify;
}

#photos {
	text-align: center;
	padding: 20px 0px;
	clear: both;
}

#photos img {
	padding: 2px;
	border: 1px solid #fff;
}

#join-now {
	text-align: center;
}

#join-now img, #join-now img a {
	border: 0px;
}

#continue-tour, #continue-tour a, #continue-tour a:link, #continue-tour a:active, #continue-tour a:visited {
	color: #FFCC00;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: bold;
}

#continue-tour a:hover {
	color: #fff;
}

#bottom-links, #warning {
	text-align: center;
	color: #fff;
}

#bottom-links a, #bottom-links a:link, #bottom-links a:active, #bottom-links a:visited, #warning a, #warning a:link, #warning a:active, #warning a:visited {
	color: #ccc;
	text-decoration: none;
}

#bottom-links a:hover, #warning a:hover {
	border-bottom: 1px dashed #ccc;
	color: #CCC;
}

#warning h1 {
	font-weight: normal;
}

#footer {
	clear: both;
	text-align: center;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 0px;
}

#footer a {
	color: #555;
	text-decoration: none;
}

.blink {
	text-decoration: blink;
}

.big {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

