#home {
    position: relative;
    width: 536px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    text-align: center;
}

#elementInputFind {
    position: absolute;
    left: 0px;
    top: 80px;
}

#inputFind {
    position: absolute;
    left: 8px;
    top: 79px;
    width: 246px;
    height: 14px;
    padding: 1px;
}

#elementButtonFind {
    position: absolute;
    left: 272px;
    top: 80px;
}

#elementButtonBrowse {
    position: absolute;
    left: 408px;
    top: 80px;
}

#elementSelectCategory {
    position: absolute;
    left: 136px;
    top: 104px;
}
#selectCategory {
    position: absolute;
    width: 264px;
    left: 136px;
    top: 104px;
}

#status {
    position: absolute;
    top: 112px;
    width: 536px;
    text-align: center;
    font-size: 9px;
    color: rgb(255, 255, 255);
}

#featured {
    width: 520px;
    margin-top: 72px;
    //margin-bottom: 40px;
    text-align: center;
}

#featured .text {
    position: relative;
    margin: 4px;
}

#featured .item {
    float: left;
    height: 64px;
    margin: 4px;
}

#more {
    width: 520px;
    left: 0px;
    margin-top: 8px;
    //margin-bottom: 40px;
    text-align: center;
}
#moreBox {
   position: absolute;
   top: 292px;
   width: 544px;
   margin-left: -4px;
   margin-top: 26px
}
