body { }

div#top{
position: fixed;
top: 14px;
right: 0;
width: 400px;
text-align: right;
padding: 0 20px 0 0;
height: 30px;
z-index: 1;
}
div#logo{
position: fixed;
display: block;
float: left;
top: 0px;
left: 0px;
width: 500px;
height: 30px;
padding: 10px 20px;
margin: 0;
z-index: 2;
}
div#nav {
position: fixed;
display: block;
float: left;
top: 44px;
left: 0px;
width: 200px;
height: 580px;
padding: 60px 0 0 0;
margin: 0;
z-index: 300;
}
div#container {
position: absolute;
white-space: nowrap;
top: 44px;
left: 200px;
height: 600px;
padding: 20px 12px 20px 12px;
z-index: 4;
}
div#photo {
position: absolute;
white-space: nowrap;
top: 44px;
left: 568px;
height: 600px;
padding: 20px 12px 20px 12px;
z-index: 5;
}
div#bio {
position: absolute;
top: 44px;
left: 200px;
height: 600px;
width: 304px;
padding: 20px 12px 20px 20px;
z-index: 6;
}
div#contact {
position: absolute;
top: 44px;
left: 200px;
height: 600px;
width: 304px;
padding: 20px 12px 20px 20px;
z-index: 7;
}
div#footer {
position: fixed;
top: 698px;
left: 0;
white-space: nowrap;
height: 30px;
z-index: 8;
}
div#displayTitle{
position: fixed;
top: 14px;
right: 0;
width: 200px;
text-align: right;
padding: 0 20px 0 0;
height: 30px;
z-index: 9;
}
div#displayImages {
position: absolute;
white-space: nowrap;
top: 44px;
left: 0px;
height: 500px;
padding: 20px 12px 20px 12px;
z-index: 10;
}
