@charset "utf-8";

/* RESET */
* {
    margin: 0;
    outline: none;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */

html { margin: 0; padding: 0; height: 100%; }

body {
    background: #000;
    color: #FF9000;
}

#logo {
    margin: 15px auto;
    height: 580px;
    width: 369px;
    display: none;
}

#map {
    text-align: center;
    position: relative;
    top: -30px;
    font-size: 15px;
}

#contact {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    top: -30px;
    font-size: 15px;
}

#gallery {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
}

a {
    color: #FF9000;
    text-decoration: none;
}

img {
    border: 0;
}

#map {
    background: #FFF;
    color: #000;
}

