body{
    background-color: rgb(244, 235, 203);
    font-family: 'Helvetica', Verdana;
    font-size: 13px;
    line-height: 1em;
    background-repeat: repeat;
    overflow: hidden;
    color: #302f2e;
}
a, a:visited{
    color: #f32300;
    text-decoration: none;
}
a:hover{
    font-style: italic;
     color: #f32300;
    text-decoration: none;


}
#alt iframe{
   border: white 2px solid;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 300px;
    height: 460px;
    position: absolute;
    top: 100px;
    right: 350px;

}
.alt{
    width: 650px;
    height: 400px;
    position: absolute;
    top: 120px;
     left: 15%;
     font-size: 14px;
    text-align: center;
}
.stamphome{
    position: absolute;
    left: 25px;
}
.stampabout{
    position: absolute;
    left: 264px;
    top: 200px;
}
.stampjoin{
    position: absolute;
    left: 35px;
    top: 222px;
}
.stampfans{
    position: absolute;
    left: 184px;
    top: 20px;
}
.stampcodes{
    position: absolute;
    right: 25px;
    top: 55px;
}
.stampcredits{
    position: absolute;
    right: 56px;
    top:222px;
}
