body {
	background-color: #999999;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
.mainContainer {
	background-color: #FFFFFF;
	height: 600px;
	width: 900px;
	border: 1px solid #000000;
}
.copyrightContainer {
	background-image: url(images/copyright_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9BC53B;
	text-decoration: none;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
	vertical-align: baseline;
	height: 20px;
	padding-left: 8px;
	background-image: url(images/3dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #868686;
	text-decoration: none;
	padding-left: 10px;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #9CC731;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.containerBG {
	background-image: url(images/test_splash_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

