* {
	margin:0;
	padding:0;
}
#container {
	background:url(../img/header-bg.gif) repeat-x;
	height:100%;
}
#header {
	background:url(../img/header-piano.gif) right top no-repeat;
	height:30px;
}
#header h1 {
	height:30px;
	text-indent:-9999px;
	background:url(../img/header-name.gif) left top no-repeat;
	margin:0;
	font-size:1px;
}
body {
	background:#c5c8cb;
	font-family:Arial, sans-serif;
	font-size:90%;
	height:100%;
	
}
html {
	height:100%;
	max-height:100%;
	overflow:hidden;
}
#wrapper {
	background:#c5c8cb;
	margin-bottom:0;
	padding:1em;
	height:100%;
}
ul {
	list-style:none;
}
li a {
	font-size:1.2em;
	color:#1f498f;
}
li a:hover {
	color:#000;
}
li {
	margin-bottom: .5em;
}
