#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
	background-color: #FF0000;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #282828;
	margin: 0px;
	padding: 0px;
}
.main {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
#container a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	font-size: 15px;
}
.links {
	font-size: 12px;
	line-height: 15px;
}
.linksCopy {
	font-size: 12px;
	line-height: 15px;
}
#containerlinks {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
	background-color: #FF0000;
}
#containerlinks a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#containerlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
