.main {
	font-family: vivaldi;
	font-size: 60px;
	color: #f0f0f0;
	font-weight: bold;
}

.twelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	font-weight: normal;
}
#bannerbox {
	position: absolute;
	left: 20px;
	top: 0px;
	right: 0px;
	text-align: left;
	height: 120px;
	background-color: none;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-position: left top;
	z-index: 1;
}

#imagebox {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1e2637;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-position: left top;
}
#imagecoverbox {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	
	background-color: none;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-position: left top;
	z-index: 1;
}

#menubackbox {
	position: absolute;
	text-align: left;
	right: 50px;
	top: 120px;
	
	height: 20px;
	width: 80px;
	background-color: 000000;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-position: left top;
	filter:alpha(opacity=35);
	opacity: 0.5;
	-moz-opacity:0.5;
}


#menubox {
	position: absolute;
	text-align: center;
	right: 50px;
	top: 120px;
	
	height: 20px;
	width: 80px;
	background-color: none;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-position: left top;
	z-index: 1;
}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

#transbox {
	position: absolute;
	bottom: 20px;
	left: 120px;
	
	width: 80%;
	height: 40px;
	margin: 0px;
	background-color: #000;
	border: 2px solid black;
	filter:alpha(opacity=35);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#copyrightbox {
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: 120px;
	
	width: 80%;
	height: 40px;
	margin: 0px;
	background-color: none;
	border: 2px solid black;
	
}