/********************************************************/
/*
/*  copyright 2006 David Sargent. All rights reserved.  
/*
/********************************************************/

/* Universal Code */

HTML { 
	margin: 0;
	padding: 0;
	height: 760px;
}

BODY { 
	margin: 0; 
	padding: 0; 
	background-color: #2ED7FE; 
	font: .5em Arial, Helvetica, sans-serif;
	background-image:url(../img/backtile.jpg); 
	background-position: top left; 
	background-repeat: repeat-x;
	width: 100%;
	_width: 1450px; /* IE */
	height: 100%;
	_height: 760px; /* IE */
}

DIV { 
	position: relative; 
}

IMG {
	border: 0;
}

P {
	margin: 30px 0 0 30px;
	padding: 0;
}

/* Page code */

#flashcontent { z-index: 2; }
HTML>BODY #flashcontent { height: 100%; min-width: 1150px; min-height: 700px; }

.scroll { 
	position: absolute;
	color: #2ED7FF;
	_width: 1150px; /* IE */
	_height: 460px; /* IE */
	top: 0; 
	left: 0; 
	z-index: 1; 
}
HTML>BODY .scroll { display: none; }