@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
}
img {
	border-style: none
}
#containerAll {
	width:824px;
	height:723px;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#headerBar {
	position:relative;
	top:0px;
	width:824px;
	height:126px;
	background-color:#000;
	background-image:url(images/mainLogo2.jpg);
}
#mainBar {
	position:relative;
	top:126px;
	width:824px;
	height:497px;
	background-color:#000;
}
#bottomBar {
	position:relative;
	top:123px;
	width:824px;
	height:100px;
	background-color:#000;
}
#bottomText {
	color:#CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	white-space: nowrap;
	letter-spacing: 1px;
}
#bottomText a{
	color:#FFF;
	text-decoration:none;
}
#bottomText a:hover{
	color:#666;
}