/* Shine CSS Document */

/* Global Styles */
html, body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin: auto;
	padding: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #685630;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
    color: #000000;
	text-decoration: none;
}

ul,li {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	overflow: hidden;
}
/* Main Styles */
#centeredContent {
	width: 820px;
	height: 615px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -307px;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
}

#mainText {
	width: 820px;
	height: 200px;
	text-align: center;
	margin-top: 245px;
}

#credit {
	width: 820px;
	height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 320px;
	margin-left: -410px;
}

#credit a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
#credit a:hover, a:active {
    color: #cccccc;
	text-decoration: none;
}
