html {
overflow: hidden;
}
/* The "fixtop" and "fixbottom" classes are required to keep the menu at the top
and the footer at the bottom in a fixed position */
#fixtop {
	position: absolute;
	left: 0px;
	top: 0px;
}
#fixbottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
h1 {
	margin-bottom:10px;
}

#box { position: relative; }
#position { position: absolute; top: 50%; }
#center { position: relative; top: -50%; }

.arrow {
	position:relative;
	left:0;
}
#alert li {
	line-height:0px;
}