body
{
    margin: 0px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,Sans-serif;
}
div#bubble
{
    display: none;
    position: absolute;
    min-width: 150px;
    max-width: 600px;
    border: 3px solid #000000;
    padding: 24px;
    bottom: 250px;
    left: 380px;
    text-align: center;
    background-color: #FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 72px;
}

div#bubble_bottom
{
    display: none;
    position: absolute;
    left: 310px;
    bottom: 174px;
    background-image: url('../img/bubble_bottom.png');
    width: 211px;
    height: 79px;
}

img#domokun
{
    left: -360px;
    position: absolute;
    bottom: 0px;
}
a#change_background
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #CCC;
}
input#create
{
    position: absolute;
    text-align: center;
    opacity: 0.3;
    font-size: 24px;
    width: 600px;
    padding: 12px;
    bottom: 10px;
    right: 200px;
}

input#create:hover,
a.add_this:hover
{
    opacity: 0.8;
}

a.add_this
{
    position: absolute;
    opacity: 0.3;
    top: 10px;
    right: 10px;
    color: #CCC;
}

a.add_this:hover
{
    opacity: 1;
}