


  body {
    background-image: url("shiny.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    color: white;
    font-family: "Comic Sans MS", "Trebuchet MS", cursive;
}
.textbox {
    background-color: #E797CF;
    padding: 20px;
    width: 600px;
    margin: auto;
    text-align: center;

}