﻿body 
{
    background-color: #FED6BC;
}

#container 
{
    width: 400px;
    height: 400px;
    position: relative;
    background: #A4957D;
}

#animation 
{
    width: 150px;
    height: 50px;
    position: absolute;
    background: #6FC276;
    color: #000000;
}