body {
    background:black;
    color:lime; 
    margin: 15px;
    font-family: 'Courier';
    font-size: 18px;
    line-height: 1em;
}

p {
    margin: 0px 0px 0px -8px;
}

a {
    color: lime;
}

.win {
    float: left;
    width: 90px;
    height: 385px;
    border: 2px solid lime;
    text-align: center;
    margin: 5px 5px 0px -2px;
    line-height: 2;
    padding: 8px;
}

.content{
margin-left: 130px;
padding-top: 55px;
position: relative;
z-index: 2;
height:400px;
}

.sup{
    height: 200px;
}
