#frame {
position: absolute;
left: 100px;
top: 100px;
width: 545px;
height: 629px;
background-image: url(frame.png);
z-index: 2;
overflow: hidden;
}

#pic-box{
position: relative;
left: 91px;
top: 84px;
width: 367px;
height: 460px;
z-index: 1;
overflow: hidden;
}

.face {
position: relative;
left: 0px;
top: 0px;
z-index: 0;
}

#head {
height: 172px;
}

#eyes {
height: 79px;
}

#nose {
height: 86px;
}

#mouth {
height: 117px;
}

#container {
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
}

.lightning {
display: none;
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
}

body {
background-color: #000000;
}

p {
color: #33FF66;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#top {
position: absolute;
left: 191px;
top: 15px;
z-index: 4;
}



