@charset "utf-8";

#body{
padding:0;
margin:0;
}
div#Bridge {
padding:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
position: relative;
width:100%;
height:800px;
top: 0px;
background: #fff url(background.jpg) no-repeat top center;
border:0px red solid;
}
div#Bravo {
padding:0;
margin:0 auto;
position: relative;
width:779px;
height:800px;
top: 0px;
overflow:auto;
border:0px blue solid;
z-index:2;
}
div#advert {
padding:0;
margin:0 auto;
position: relative;
width:750px;
height:400px;
top: 370px;
overflow:auto;
border:0px green solid;
z-index:2;
}
#foot{
padding:0;
margin:0 auto;
position:relative;
bottom:0px;
left:0px;
width:779px;
height:40px;
border:0px red solid;
z-index:2;
}
input.dash {
width:125px;
height:20px;
color:blue;
}
input.nav {
width:100px;
height:20px;
color:blue;
}
.mount {
width:24px;
height:36px;
border: 1px black solid;
}