body {
margin: 0px;
padding: 0px;
background: url('tellerback.jpg') repeat-y;
background-color: #FFFFFF;
font-size: 11px;
color: #000000;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 1000px;
height: 1000px;
background: url('teller.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 380px;
top: 643px;
left: 450px;
}

#navigation {
position: absolute;
width: 190px;
top: 680px;
left: 145px;
}

h1 {
color: #6f8ea9;
font-size: 16px;
}

a {
color: #000000;
}

a:hover {
color: #000000;
} 
