@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	height:100%;
}

div.wrapper{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #722926;
}

div.page{
	position:absolute;
	top:20%;
	height:412px;
	width:100%;
	z-index:20;
}

img.spacer{
	position:relative;
}

div.header{
	position:relative;
	background: transparent url(../images/top_orange.png) repeat-x;
	height:50%;
}

div.footer{
	position:relative;
	background: transparent url(../images/bottom_orange.png) repeat-x;
	height:50%;
}

.main_top{
	position:relative;
	background: transparent url(../images/black_bar_top.png) repeat-x scroll 0 0;
	height: 41px;
	z-index:20;
}

.main_bottom{
	position:relative;
	background: transparent url(../images/black_bar.png) repeat-x scroll 0 0;
	height: 41px;
	z-index:20;
}
.main{
	position:relative;
	background: transparent url(../images/center_color.png) repeat-x scroll 0 0;
	line-height:430px;
	text-align:center;
	vertical-align:middle;
	min-width:960px;
	overflow:hidden;
	height: 330px;
	z-index:20;
}

.image{
	border: none;
	position: relative;
}

.ADA{display:none;}
