@charset "UTF-8";
/* CSS Document */

body{
margin: 0;
background-image: url(../images/bg_leather.jpg);
background-attachment: fixed;
background-color: #000000;
background-repeat: no-repeat;
background-position: center top;
}
#container{
width: 800px;
height: 100%;
margin: auto;
margin-top: 60px;
}
#logo_banner{
height: 100px;
width: 300px;
float: left;
}
#location{
height: 100px;
width: 500px;
text-align: right;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 14px;
float: left;
margin-top: 20px;
}
#menus{
height: 100%;
width: 800px;
float: left;
}
#menus img{
float: left;
margin: 15px 0 0 30px;
border: none;
}