body{
    background: url(../images/background_mono.png) no-repeat;
    width: 100%;
    background-attachment: fixed;
}

#container{
    width: 100%;
}


#main{
    width: 100%;
    height: 900px;
    background: url(../images/index_main.jpg) no-repeat;
}

h1{
    text-align: center;
}

#main p{
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 0.75em;
    text-shadow: 0 0 10px #fff;
}

#shopname{
    padding-top: 150px;
}
