body {
	margin: 0px auto;
	width: 900px;
	height: 100%;
	color: #fff;
	background-image: url(ch1zra_bw_hires.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#topright {
	position: absolute;
	top: 10px;
	right: 20px;
	background-position: left top;
	height: auto;
	width: 300px;	
	text-align: right;
	padding: 10px;
	color: #FFFFFF;
}

#about {
	color: #ffffff;
	background-image: url(img/metalflame.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	height: 75%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	top: 25%;
}


#downright {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	width: 210px;
	text-align: right;
	vertical-align: bottom;
	display: table-cell;
	margin-right: 5px;

}
a:link {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited:hover {  
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}

#cpr {
	position: fixed;
	bottom: 35px;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

#quote {
	font-weight: 900;
	color: #999999;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	position: absolute;
	text-align: right;
	top: 5px;
	background-image: url(img/tr.jpg);
	height: 330px;
	width: 340px;
}

#contact {
    display: none;
	position: absolute;
	filter: alpha(opacity = 80);
	opacity: 0.8;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#contact #cont_mid {
    position: relative;
    top: 0px;
    right: 0px;
/*	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600; */
	width: 540px;
	height: 340px;
	margin: 0px auto;
	padding-top: 20px; 
	padding-left: -20px;
	background-repeat: no-repeat;
	background-position: left top;

}

.button {
    border: 1px solid #CC6600;
    background: #000;
    color: #CC6600;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
}

.button:hover {
    border: 1px solid #CC6600;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
