body
{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.bgCol
{
	/* background-color: #333333; */
	background-color: #64062c;
}
a,
a:visited,
a:active
{
	color: #ffffff;
	text-decoration: none;
}
.mainContainer
{
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	width: 1044px;
	height: 705px;
	border: solid 1px #ffffff;
}
.imageCon
{
	width: 1024px;
	height: 685px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.transText
{
	border: solid 1px #ffffff;
	padding: 0px 15px 0px 15px;
	font-size: 10px ! important;
	/* display: none; */
	filter:alpha(opacity=00);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.homeText
{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
	width: 600px;
	border: solid 1px #ffffff;
	/* display: none; */
}
.homeText a
{
	padding-left: 3px;
	padding-right: 3px;
}
.homeText a:hover
{
	background-color: #ffffff;
	color: #654e3c;
}
.camIcon
{
	position: absolute;
	bottom: 10px;
	right: 15px;
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.imageInfo
{
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 180px;
}
.footer
{
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 1044px;
	font-size: 9px;
	text-align: right;
	color: #654e3c;
}