@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
outline: none;
}

#footer_toys {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25px;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #999;
background-color: #333;
z-index: 4;
}

#footer_toys a, #footer_toys a:visited {
color: #ccc;
text-decoration: none;
}

#footer_toys a:hover {
color: #9c0;
text-decoration: none;
}

#footer_toys a:active {
color: #ff0084;
text-decoration: none;
}

#footer_toys img {
vertical-align: middle;
}

#madeby {
position: absolute;
left: 10px;
top: 5px;
}

#playalso {
position: absolute;
right: 10px;
top: 3px;
}


