html {margin: 0; padding: 0;}
body {
	font: normal 12pt Gill Sans, Gill Sans MT, sans-serif;
	color: #aaa;
}
#content {
	text-align: center;
	vertical-align: middle;
	margin-top: 18%;
}
#logo {
	margin: 0 auto;
	width: 661px; height: 79px;
	font-weight: bold; 
	font-size: 14pt;
}
#menu {
	margin: 10px auto 0px auto;
}
#menu td {
	border: 3px solid #fff;
	}
#menu td a {
	display: block;
	width: 320px; 	height: 180px;
	outline: none;
	text-decoration: none;
	color: #aaa;
	padding-top: 50px;
}
#menu td a:hover {
	font-size: 14pt; 
	color: #999;
}
#menu td.bsgo:hover {
	border-right-color: #4ed3a6;
	border-bottom-color: #4ed3a6;
}
#menu td.msgo:hover {
	border-left-color: #3FBBD2; 
	border-bottom-color: #3FBBD2;
}
.msgo a span {color: #fff;}
.msgo a:hover span {color: #C00; font-weight: bold; text-decoration: blink; letter-spacing: 2px;}

#preload {display: none; visibility: hidden;}
/* Get Firefox */
#ff {position: absolute; bottom: 7px; left: 18px;}

/* Valid HTML */
#valid-xhtml {position: absolute; bottom: 20px; right: 18px;}
#valid-css {position: absolute; bottom: 20px; right: 115px;}

a, a img {outline: none; border: 0;}
