/* @override 
	http://localhost/woodstock/css/global.css
	http://localhost/woodstock/www/css/global.css
*/

html, body
{
height: 100%;
background: #ece8e2 url(../img/splashbackground.gif) repeat center center;
}

*
{
	margin: 0px;
	padding: 0px;
}

#flash
{
	margin: 0 auto;
	/*width: 1024px;*/
	height: 100%;
}

img, a
{
	border: 0px;
}

#altcontent
{
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 50px;
	margin-left: -307px;
}

#border
{
	border: 1px solid #86704B;
}

#white
{
	width: 500px;
	margin: 5px;
	padding: 20px 50px;
	
	background-color: #FFFFFF;
	color: #666666;
	
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;	
}

#white a
{
	color: #000000;
}

#altfooter
{
	margin: 10px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height:20px;
	letter-spacing: 1px;
}

#index
{
	/*background-image: url(../img/background.gif);*/
}


#interior #flash
{
	/*width: 550px;
		margin-top: 70px;*/
	z-index: 500;
	position: relative;
}



#interior #backgroundimg
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}