@charset "UTF-8";
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.3);
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 30px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgba(204,204,204,1);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 1000px;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	margin: 0px;
	height: auto;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#wrapper #body table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	line-height: 1.4em;
	text-decoration: none;
}
#wrapper #body table tr td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgba(255,153,0,1);
	text-decoration: none;
}
