body{
    margin: 0px;
    padding: 0px;
    background-color: white;
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
    height: 100%;
    z-index: 1;
    background-image: url(images/ieBG.jpg);
    background-repeat: no-repeat;
}
body *{
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
}
#content{
    position: absolute;
    left: 22px;
    top: 100px;
    margin: 0px;
    padding:20px;
    width: 560px;
    height: 700px;
    padding-bottom: 40%;
    z-index: 3;
}
body > #content{
    height: auto;
    display: block;
}
#clouds{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 368px;
    background-image: url(images/clouds-in-sky.jpg);
    background-repeat: repeat-x;
    z-index: 0;
}
body > #clouds{
    position: fixed;
}
#background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 700px;
    background-image: url(images/ieBG.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}
body > #background{
    height: 100%;
    position: fixed;
    background-image: url(images/bg.jpg);
}
#top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    z-index: 4;
}
body > #top{
    position: fixed;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
}
body > #bottom{
    position: fixed;
    top: 606px;
    left: 0px;
    width: 100%;
    height: 327px;
    background-image: url(images/bg-bottom.jpg);
    background-repeat: no-repeat;
    z-index: 6;
}
#myspace-link{
    position: absolute;
    width: 108px;
    height: 108px;
    background-repeat: no-repeat;
    z-index: 5;
}
body > #myspace-link{
    top: 5px;
    left: 745px;
    position: fixed;
    width: 176px;
    background-image: url(images/myspace-cloud2.png);
}
#myspace-link a{
    display: block;
    width: 108px;
    height: 108px;
}
body > #myspace-link a{
    width: 176px;
    height: 86px;
}
#speech-bubble{
    display: none;
    position: absolute;
    top: 130px;
    left: 120px;
    width: 362px;
    height: 146px;
    border: black solid 15px; 
    background-color: white;
    background-repeat: no-repeat;
    z-index: 7;
}
body > #speech-bubble{
    position: fixed;
    top: 80px;
    left: 250px;
    width: 362px;
    height: 246px;
    border: 0px; 
    background-color: transparent;
    background-image: url(images/speech-bubble.png);
    background-repeat: no-repeat;
}
#bubble-text{
    position: relative;
    top: 40px;
    left: 30px;
    padding-right: 95px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #47aee3;
    font-size: 30px;
    font-weight: bold;
    z-index: 10;
}
div > #bubble-text{
    position: relative;
    top: 100px;
    left: 0px;
    padding-right: 65px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #47aee3;
    font-size: 30px;
    font-weight: bold;
    z-index: 10;
}
body > #menuA{
    position: fixed;
    top: 94px;
    left: 635px;
    list-style-type: none;
    z-index: 8;
}
#menu-1{
    position: absolute;
    top: 38px;
    left: 0px;
}
#menu-2{
    position: absolute;
    top: 115px;
    left: 0px;
}
#menu-3{
    position: absolute;
    top: 0px;
    left: 72px;
}
#menu-4{
    position: absolute;
    top: 78px;
    left: 72px;
}
#menu-5{
    position: absolute;
    top: 156px;
    left: 72px;
}
ul#menuA li a{
    display: block;
    width: 70px;
    height: 70px;
}
#menuB{
    display: none;
    position: fixed;
    top: 94px;
    left: 635px;
    list-style-type: none;
    z-index: 9;
}
#ieMenu{
    position: absolute;
    top: 0px;
    left: 606px;
    z-index: 11;
}
body > #ieMenu{
    display: none;
}

