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

body {
	margin:0px;
	background-color:#000;
}
a {
	color: rgb(255, 204, 0);
}
.bg_image {
position: absolute;
width: 100%;
height: 1000px;
z-index: 0;
background-image: url('images/bg1.jpg');
background-repeat: no-repeat;
}
#contents {
position:absolute;
z-index:1;
left: 50%;
margin-left: -572px;
}
.main_menu {
	min-height:15px;
	background:#000;
	width:1144px;
	font:Arial, Helvetica, sans-serif #fff 12px;
	text-align:center;
	padding-top: 8px;
}
*html .main_menu {
	height:15px;
}

.main_menu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration:none;
}

.menu_bar_grey{
	background:#000;
	width:1144px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	height:9px;
}

.container {
	background:url(images/twistertours11_02.png) top left no-repeat;
	width:1144px;
	min-height: 832px;
}

.top_banner {
	width:770px;
	min-height:111px;
	margin-left: 205px;
}
*html .top_banner {
	height:111px;
}
.content_area_black {
	background:url(images/twistertours11_05_02.png) repeat-y top left;
	width:770px;
	margin-left: 205px;
	color:#FFF;
}
.content_area {
	background:url(images/twistertours11_05_03.png) top left no-repeat;
	min-height: 746px;
	width:770px;
	margin-left: 205px;
}
*html .content_area {
	min-height: 746px;
}

.footer {
	background:#000;
	min-height: 36px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	width:1144px;
}
*html .footer {
	height: 36px;
}

.content_copy{
	min-height: 746px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	padding: 10px;
}
