html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	color: #fff;
	background-color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
form, input, textarea, select {
	margin: 0;
	}
img {
	border: 0;
	}

#site {
	height: 100%;
	}
#site table {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	}
#site table tr td {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}
#site table tr td a {
	width: 100%;
	color: #666;
	margin: 0 auto;
	text-align: center;
	display: block;
	}