* { 
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #d2d2d2;                       
}


img, img:link, img:visited {
	border: 0px;
	_behavior: url(iepngfix.htc);
}

#main {
	vertical-align:top;
	width:100%;
	height:336px;
	position:relative;
	top:200px;
	overflow:hidden;	
}

#leftIntroBG {
	width:50%;
	height:216px;
	background-image:url(../images/LeftBG.png);
	background-repeat:repeat-x;
}

#rightIntroBG {
	width:50%;
	height:216px;
	background-image:url(../images/RightBG.png);
	background-repeat:repeat-x;
}

#flash{
	width:900px;
	position:relative;
	top:-216px;
	height:336px;
}


