@charset "UTF-8";
#bgContainer {
	margin-left:auto;
	margin-right:auto;
	
	background-color:#FFFFFF;
	width:1100px;
}
body {
	margin-top:0px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}
#bgContainer #reflectionContainer {
	background-image:url(../images/reflection.jpg);
	width:1100px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}
#bgContainer #bodyContainer {
	margin-left:auto;
	margin-right:auto;
	width:798px;
	height:275px;
	margin-bottom:1px;
}
#bgContainer #bodyContainer #bodyText{
    position:absolute; 
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	width:750px;
	height:216px;
	font-family:"Arial";
	font-size:12px;
	color:#000000;
	z-index:1;
	overflow:scroll;
}
#bgContainer #bodyContainer #bodyImage {
    margin-left:auto;
	margin-right:auto;
	width:798px;
	height:275px;
	margin-bottom:1px;
    background-image:url(../images/main.png);
}
#bgContainer #headerContainer {
    margin-left:auto;
	margin-right:auto;
    width:798px;
	margin-bottom:10px;
}
#bgContainer #indicatorContainer{
	margin-left:auto;
	margin-right:auto;
	width:798px;
	margin-bottom:10px;
}
.hiddenPic {
    display:none;
}
img {
	border-style:none;
}
.spacer{
   height:10px;
}

