html
{
	background:#DFD0B5 url(../img/bkgintro.png) left top repeat; 
	height:100%;
}

body
{
	font:11px/14px verdana, geneva, calibri, sans-serif;
	height:100%;
}



#introBox 
{
	padding: 0;
	width: 982px;
	height: 580px;
	background: #400000;

	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -491px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -290px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}

#lang_strip
{
	background: url(../img/langbg.png);
	padding-left:690px;
	padding-top: 2px;
	height:30px;	
}


#lang_strip li
{
	float:left;
	padding-right:18px;
}

#lang_strip a
{
	color:#CEAE75;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}


