html>body #masthead {
	position:fixed;
	top:0;
	z-index:11;
 /* Prevent certain problems with form controls */
}

div#masthead {
	background: transparent url(magic.png) 0 -110px repeat-x;
	height:160px;
}

#subscribe {
	display:none;
}

#navbar {
float: left;
margin: 35px 0 0 0;
width: 760px;
position: static;
}

h1#logo { 
 float: right;
 overflow:hidden;
 position: relative;
 width: 107px;
 height: 147px;
 /* The 12px right margin is, again, to lign up with my grid, preserving the 20px of space around my 960 grid box. */
 margin: 25px -7px 0 0;
 background: transparent url(lb_ipad_logo.png) top left no-repeat;
}

.page .page-body {
	padding-top:40px;
}
