html,body {
	padding:0;
	margin:0;
	font:normal 1em 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	background:#F2F2F2;
	text-align:center; /* Special thanks to microsoft here for NOT respecting standards that they helped to establish. */
	width:100%;
	height:100%;
}
a:link,
a:active,
a:visited {
	color:#C03A2F;
	text-decoration:none;
	border-bottom:1px dashed #D2D6DE;
}
a:hover {
	border-bottom:1px dashed #37455D;
}
#wrapper {
	width:100%;
	height:100%;
}
#wrapper td {
	vertical-align: middle;
	text-align:center;
}
#box {
	width:400px;
	padding:20px 0 20px 0;
	margin:0 auto;
	border:1px solid #ccc;
	background:#fff;
	-moz-border-radius:4px;
}
#box img {
	display:block;
	margin:0 auto 14px auto;
}
#logo {
	margin:0 0 8px 0;
}
#i18n {
	color:#ccc;
}
