html, body {
	height: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #74808a;
}
img {
	border: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
.centered {
	width: 660px;
	margin: auto;
	text-align: left;
	/*outline: 1px outset #676767;*/
}
#spacer {
	height: 15%;
}


/* Logo ==================================================== */
#logo {
	height: 150px;
	background: URL("/img/logo.png") no-repeat center bottom;
}
#slogan {
	font-style: bold;
	color: #eaeff1;	
	font-size: 1.4em;
	text-align: right;
	padding-right: 50px;
	vertical-align: bottom;
}


/* Buttons ==================================================== */
#buttons {
	text-align: center;
	overflow: hidden;
	height: 160px;
}
#buttons * {
	cursor: pointer; /* IE7 needs this */
}
.box {
	background: URL("/img/box.png") no-repeat;
	float: left;
	margin: 5px;
	padding: 30px 0px 10px 0px;
	font-size: 11pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height: 160px;
	width: 210px;
	outline: none;
}
.box:hover {
	color: #000000;
	background: URL("/img/box_hover.png") no-repeat;
}
img {
	padding: 5px;
}



/* Legal ==================================================== */
#legal {
	height: 25px;
	text-align: right;
	vertical-align: top;
	font-style: normal;
	font-size: 8pt;
	padding-top: 3px;
	padding-right: 25px;
}

