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

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
body {
	font-size: 62.5%;
	background-color:#FFFFFF;
}
p {
	font-size: 1.9em;
}
input, select, th, td {
	font-size: 1em;
}
img, td img {
	border: none;
}
a img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-left: -640px;
	height: 768px;
	width: 1280px;
}
