body {
    font: 9px Tahoma, Verdana, Helvetica, sans-serif;
    background-image: url(/client/images/bg-top.jpg);
    background-repeat: repeat-x;
    background-color: #ADA6A0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

table {
    font: 9px Tahoma, Verdana, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  border: 0px;
  color: #CC00CC;
}

:focus {-moz-outline-style: none;}

.outerwrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

#logo-container {
    padding-left: 50px;
    text-align: left;
    position: relative;
    z-index: 9999;
    /*float: right;*/
}

#tema-floreale-container {
    position: relative;
    top: 264px;
    z-index: 1;
    background-image: url(/client/images/tema-floreale.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 115px;
}

#bottom-div {
    background-image: url(/client/images/bg-bottom.jpg);
    background-repeat: repeat-x;
    font: 9px Tahoma, Verdana, Helvetica, sans-serif;
    text-align: center;
    /*color: #888888;*/
    color: #7D005E;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 100%;
    padding-top: 9px;
    z-index: 90001;
}

#giradischi {
    position: fixed;
    bottom: 0;
    /*left: 950px;*/
    /*right: 0;*/
    z-index: 90002;
}

.wrapper {
    /*border: 1px solid black;*/
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#google-map {
    width: 500px;
    height: 247px;
    float: left;
    position: relative;
    z-index: 100000;
}

#google-panel {
    width: 420px;
    height: 175px;
    float: left;
    overflow-y: hidden;
    /*background-color: #DDDDDD;*/
    /*border: 1px inset #DDDDDD;*/
}

