body {
	background-position: top center;
	background-repeat: repeat;
	background-color: #393031;
	width: auto;
	height: inherit;
	text-align: center;
	font-family: sans-serif, "Helvetica", arial;
	}
#mainBody{
	position: relative;
	width: 760px;
	height: 500px;
	margin: 0px auto 0px auto;
	left: 5px;
	background-image: url('images/home_page.png');
	}
#the_o{
	position: relative;
	width: 760px;
	height: 15px;
	margin: 0px auto 0px auto;
	text-align: right;
	left: 5px;
	padding-top: 4px;
	}
#navBar {
	position: relative;
	width: 100px;
	height: auto;
	top: 250px;
	left: 420px;
	text-align: left;
	}
a.copylink {
	color: #ffbfbf;
	font-family:sans-serif, "Helvetica", arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration:none;
	}
a.copylink:hover {
	color: #e95a9d;
	font-family:sans-serif, "Helvetica", arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration:none;
	}

