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

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	/*
	top: 0;
	left: 0;
	*/	
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	/*
	top: 0;
	left: 0;
	*/
	font-size: 62.5%;
	background-color: #2f3338;
	height: 100%;
	width: 100%;
}
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: -50%;
	margin-left: -50%;
	*/	
	height: 100%;
	width: 100%;
}
