/***
Author: Ryan McNulty
Email: ryanmcnultyx@gmail.com
Date: 01/14/2016
***/

body {
    margin: 0px;
}

#container {
    top: 0px;
    left: 0px;
    position: relative;
    width: 300px;
    height: 250px;
    display: block;
    cursor: pointer;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

#banner {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    display: block;
    overflow: hidden;
    /* DEV background */
    /* background: url('temp/temp1.jpg') no-repeat; */
}

#toysLarge {
    position: absolute;
    top: 36px;
    left: 44px;
    width: 212px;
    height: 178px;
    opacity: 1;
    background: url('images/toys-large.png') no-repeat;
    z-index: 1;
}
#shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    opacity: 0.3;
    background-color: black;
    z-index: 1;
}
#bubble1 {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 252px;
    height: 85px;
    opacity: 1;
    background: url('images/bubble1.png') no-repeat;
    z-index: 1;
}
#mite {
    position: absolute;
    top: 75px;
    left: 90px;
    width: 204px;
    height: 175px;
    opacity: 1;
    background: url('images/mite.png') no-repeat;
    z-index: 1;
}
#bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    opacity: 1;
    background: url('images/bg1.jpg') no-repeat;
    z-index: 1;
}

#bubble2 {
    position: absolute;
    top: 23px;
    left: 35px;
    width: 229px;
    height: 85px;
    opacity: 1;
    background: url('images/bubble2.png') no-repeat;
    z-index: 1;
}

#toys {
    position: absolute;
    top: 39px;
    left: 13px;
    width: 154px;
    height: 130px;
    opacity: 1;
    background: url('images/toys.png') no-repeat;
    z-index: 1;
}
#helpUsChoose {
    position: absolute;
    top: 26px;
    left: 183px;
    width: 107px;
    height: 151px;
    opacity: 1;
    background: url('images/help-us-choose.png') no-repeat;
    z-index: 1;
}
#voteNow {
    position: absolute;
    top: 199px;
    left: 157px;
    width: 132px;
    height: 142px;
    opacity: 1;
    background: url('images/vote-now.png') no-repeat;
    z-index: 1;
}
#logo {
    position: absolute;
    top: 197px;
    left: 19px;
    width: 123px;
    height: 40px;
    opacity: 1;
    background: url('images/eaton-logo.png') no-repeat;
    z-index: 1;
}
#bg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    opacity: 1;
    background: url('images/bg2.jpg') no-repeat;
    z-index: 1;
}


#tempBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background: url('temp/temp2.jpg') no-repeat;
}