@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #999;
}
.content {
	color: #999;
}
#Main {
	background-image: url(images/na-bg.jpg);
	width: 800px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
p {
	margin-top: 40px;
	margin-bottom: 40px;
}
