@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	margin-left: 50px;
	background-color: #4544E0;
}

#content {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -256px;
	width: 512px;
	height: 400px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4843DD;
}
a:link {
	color: #161687;
	text-decoration: none;
}
a:visited {
	color: #4443DF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
