/*.button{
    background: #dd5555;
    border: solid 1px;
    border-color: #000033;
    display:inline-block;
    width:10em;
    height:2em;
    left:0;
    top:0;
}*/

html{
    margin: 3em;
}

#description h1{
    float: left;
}

#description img{
    position: relative;
    left: 10em;
    width: 238px;
    height: 83px;
}

#buttons{
    border:solid 1px;
    border-radius: 1em;
    padding: .5em;
    display:inline-block;
    height:auto;
    width: auto;
}

a:link{
    color:#0000dd;
}
