* {
    outline: none;
}
.nowrap {
    xwhite-space: nowrap;
}
body {
margin: 0;
padding: 0;
height: 100%;
background: #fff;
font-family: Georgia, serif;
font-size: 13px;
line-height: 16px;
overflow-y: auto;
overflow-x: hidden;
width: 100%;
}
.main_link {
    text-indent: -9999px;
    position: absolute;
    height: 100%;
    width: 30px;
    display: block;
}
#home {
left: 0px;
background: #FFF url('../imgs/ICOhome.gif') left top no-repeat;
display: none;
}
#gallery {
background: url('../imgs/ICOgallery.gif') left top no-repeat;
}
#single {
background: #000 url('../imgs/ICOsingle.gif') left top no-repeat;
}

#homepage {
position: absolute;
display: block;
width: 100%;
}
#showroom {
position: absolute;
display: block;
height: 100%;
width: 100%;
background: #272727;
}
.loader {
    display:none;
    position: absolute;
    left: 50%;
    top: 50%;
}

