@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #c6c6c6;
	margin: 0px;
	padding: 0px;
}
#container {
	position:relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	min-height:100%;
	z-index:1;
}
html>body #container {
    height: auto;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}