* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #333;
	height: 100%; 
	color: #b8b8b8; 	
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-weight: bold;
	/* Turn off font resizing */
	-webkit-text-size-adjust: none;
}


a { outline: 0; color: #b8b8b8; }
a:hover { color: #fff; }
a img { border: none; }

#wrapper { margin: 0 auto; width: 480px; }
#logo { position: fixed; top: 5px; left: 0px; }
#link { position: fixed; top: 11px; right: 20px; }


#focus {
	height: 255px;
	overflow: hidden;
	margin: 40px 10px 0 10px;
	position: relative; 
}

.item { margin: 0 auto; }
.item img { display: block; }
.item span { display: block; text-align: center; padding: 5px 20px; font-size: 11px; }

table { width: 100%; }
td { padding: 5px 0; vertical-align: top; }


#contact { width: 400px; margin: 60px auto 0 auto; }
