try{Typekit.load({ async: true });}catch(e){}
body {
background: #FFF;
margin: 0;
padding: 0;
}
#layout {
position: relative;
}
#interactive {
left: 50%;
height: 600px;
margin-left: -300px;
position: absolute;
top: 220px;
width: 600px;
z-index: 1;
}
.textblock {
left: 50%;
margin-left: -445px;
padding: 35px 45px 20px 45px;
position: absolute;
width: 800px;
}
#directions {