/* fireworks styles */
body {
 background:#000;
}

a {
 text-decoration:none;
 color:#cc9966;
}

a:hover {
 color:#99ccff;
}

div#header {
    text-align: right;
    font-size: 70%;
    color: #CCC;
}
div.content {
    margin: 30% auto;
    text-align: center;
}
#fireworks-template {
 display:none;
}

#fireContainer {
 position:absolute;
 left:0px;
 top:0px;
 z-index:706;
}

.firework {
 /* containing box which flies out first */
 position:absolute;
 left:0px;
 top:0px;
 font-size:1px;
 width:4px;
 height:4px;
 border:1px solid #333;
 background:#666;
}

.fireworkParticle {
 /* elements that explode from the container */
 position:absolute;
 font-size:12px;
 width:50px;
 height:50px;
 overflow:hidden;
}

.fireworkParticle img {
 display:block;
 width:100px;
}

#sound {
 position:absolute;
 left:-706px;
 top:-706px;
}

