body {
    background-color:000000;
    padding-top:15px;
}

#bgimg {
    z-index:0;
    width:925;
    height:625;	
    position:relative;
    background-image: url("bg.png");
    background-color: dcc2b5;
    background-repeat: no-repeat;
}



#ComicTitle {
	position:absolute;
	top:6px;
	left:6px;
}

#Navigation {
	position:absolute;
	top:23px;
	right:20px;
}

#PanelA {
    z-index:1;
    position:absolute;
    left:22px;
    top:57px;
}

#PanelB {
    z-index:1;
    position:absolute;
    right:22px;
    top:57px;
	  -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

#ClockAh{
	    z-index:2;
    position:absolute;
    left:87px;
    top:472px;
}

#ClockAm{
	    z-index:2;
    position:absolute;
    left:137px;
    top:472px;
}

#ClockBh{
    z-index:2;
    position:absolute;
    left:589px;
    top:142px;	
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#ClockBm{
	    z-index:2;
    position:absolute;
    left:539px;
    top:142px;	
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}