﻿body 
{
	background-color: #ffffff;
	height: 100%;
	text-align: center;
	background-image: url(../images/bodyBg.jpg);
}

* {
	margin: 0;
	padding: 0;
} 

.topBg
{
	background-image: url(../images/topBg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;	 
}

.bottompBg
{
	background-image: url(../images/bottomBg.jpg);
	background-position: top;
	background-repeat:repeat-x;	 
}

#flashGeneralContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

#flashContainer
{
	position: relative;
	top: 192px;
	left: 0px;
	width: 100%;
	height: 554px;
	z-index: 1;
	text-align: center;
}

  
