body {
font: bold 11px verdana, arial, sans-serif;
margin: 0px;
background: url('bar2.gif');
}

img {

outline: none;

}

div {
}

a {

text-decoration: none;
font-weight: bold;
color: #333333;
outline: none;

}

#nav {

position: absolute;
top: 2px;
left: 2px;

}

#contact {

position: absolute;
width: 75px;
font: bold 11px verdana, arial, sans-serif;
text-decoration: none;
color: darkgray;
background: lightgray;
border: 1px solid gray;
margin: 3px;
padding: 3px;
text-align: left;
}


#screen {
height: 100%;
background: url(bar2.gif);
}

#top {
text-align: center;
vertical-align: bottom;
height: 400px;
border-bottom: 1px solid black;
background: white;


}


#bars {
position: relative;
height: 400px;
width: 500px;
margin-left: auto;
margin-right: auto;
}

.bar {
position: relative;
//height: 200px;
//top: 213px;
width: 66px;
margin-left: 12px;
float: left;

border-top: 0px dotted #999999;
background: url(bar7.gif);
border-bottom: 0px solid white;

}


.bar img {
border: 1px black solid;
padding: 1px;
background: white;
position: relative;
top: 1px;
left: 2px;
width: 64px;
height:64px;
outline: none;

}

.bar img:hover {

background: #12127D;

}

