html { overflow-y: scroll; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

a:focus { outline: 0; }

#page-wrap { 
    width: 500px; margin: 40px auto 5px; background: #91c7ff; 
    padding: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top,  #eee,  #ccc);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
 
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
nav ul li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
nav ul li a:hover {
}	
nav ul li a:active, nav ul li a.current {
}

footer { color: #999; margin: 0 auto; width: 500px; }
