body 
{
    background-image: url("PygmySeahorseBackground.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    font-family: Arial, sans-serif;
}

.text
{
    display: inline-block;
    border: 5px solid #ff3333;
    background-color: #ffccff;
    color: #333333;
    padding: 5px 10px;
    border-radius: 4px; 
}

.PygmySeahorse
{
    width: 300px;
    position: absolute;
    top: 10px;
    right: 0;
}