

* { 
	margin: 0; padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

html, body, #bw-scaling-background, #bw-scaling-background table, #bw-scaling-background td { 
	height:100%;
	width:100%;
	overflow:hidden;
	color:#999; }

h1 {
	font-weight:bolder;
	color:#9c0011;
	font-size:20px;


/*	text-transform:uppercase;*/
	
}

a {
	border:none;
	outline:none;
	text-decoration:none;
	color:#999;
}

a:hover {
	text-decoration:none;
	color:#C00;
}

#bgtest {position:fixed; top:0; left:0; width:100%; height:100%; z-index: 0;}

#contenttest {position:relative; z-index:70;}

#bw-scaling-background { 
	z-index: 0;
}

#bw-scaling-background div { height:200%;
	left:-50%;
	position:absolute;
	top:-50%; width:200%; 
}

#bw-scaling-background td { 
	text-align:center;
	vertical-align:middle; 
}

#bw-scaling-background img { 
	margin:0 auto; 
	min-height:50%;
	min-width:50%; 
}

#bw-wrapper { 
	position:absolute; 
	top:0; left:0; 
	z-index:70; 
	overflow:auto; 
	width:100%; 
	height:100%; }

#bw-page {

	margin:0px auto;
	width:900px;
	height:auto;

}

#text_main {
	color:#333;
	background-image:url(../images/content1.png);
	width:720px;
	left:0;
	position:absolute;
	padding:10px;
	height:330px;
	z-index:2;
}


#underbox {
	background-image:url(../images/bg_trans.png);
	padding-left:448px;
	padding-top:1px;
	width:293px;
	height:85px;
	position:absolute;
	bottom:100px;
	z-index:1;
}
	


#bottom_text {
	z-index:80;
	text-align:center;
	padding-top:15px;
	position:absolute;
	bottom:0px;
	background:#000;
	width:inherit;
	height:30px;
}


