body{
    background-image: url("colorful2.jpeg");
    cursor: url("aladybug6.gif"), auto;
}

#container {
        background-image: url("boxbg.jpg");
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    border-style: dotted;
    border-color: orangered;
    border-width: thick;
        }

#header {
    color: yellow;
    text-align: center;
}
.wrapper {
    width: 1000px;
    margin: auto;
    top: 0;
    margin-top: -100px;
    margin-bottom: -10px;
}

#sidebar-left {
    width: 200px;
    height: 400px;
  margin: auto;
  margin-left: -200px;
  float: left;
  padding: 10px;
    background: #000000;
    background-image: url(Texture_multicolor_067.gif);
    border-style: dashed;
    text-align: center;
    color:hotpink;
}

.button {
     display: block;
  width: 100%;
  padding: 7px;
    margin: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 4px outset #11021a;
  background-color: plum;
  text-transform: uppercase;
  cursor: pointer;
    color: darkolivegreen;
}


