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

* {
   padding:0;
   margin:0;
   outline: none;
   -moz-outline-style: none;
}

body {
    margin: 0px 0px 0px 0px;
    background-color:#000;
    font-family: "Lucida Sans Unicode", Arial, sans-serif;
    height: 100%;
}

#masterContainer {
    background-image: url('http://images.remedialcomics.com/images/www/backsplasher.gif');
    background-repeat:no-repeat;
    margin: 0px 0px 10px 0px;
    padding: 1px 0px 0px 0px;
    position: absolute;
    width: 950px;
    height: 600px;
    left: 50%;
    margin-left: -475px;
}

#rx {
    background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif');
    background-position: 0px 0px;
    background-repeat:no-repeat;
    position: absolute;
    height: 170px;
    width: 114px;
    top: 80px;
    left: 150px;
}

#bwbd {
    background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif');
    background-position: 0px -172px;
    background-repeat:no-repeat;
    position: absolute;
    height: 177px;
    width: 160px;
    top: 45px;
    left: 700px;
}

#sw {
    background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif');
    background-position: 0px -350px;
    background-repeat:no-repeat;
    position: absolute;
    height: 166px;
    width: 104px;
    top: 300px;
    left: 60px;
}

#ww {
    background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif');
    background-position: 0px -518px;
    background-repeat:no-repeat;
    position: absolute;
    height: 178px;
    width: 140px;
    top: 290px;
    left:790px;
}

a#rx:hover { background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif'); background-position: -116px 0px;}
a#bwbd:hover { background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif'); background-position: -161px -172px;}
a#sw:hover { background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif'); background-position: -105px -350px;}
a#ww:hover { background-image: url('http://images.remedialcomics.com/images/www/splashcards.gif'); background-position: -141px -518px;}

a#rx:hover,
a#bwbd:hover, 
a#sw:hover, 
a#ww:hover { border: none; } 

#theFooter{
    margin:15px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    height:40px;
    width:950px;
    position: absolute;
    top: 500px;
    left:10px;
    
}

.footer {
    padding:20px 0px 0px 0px;
    text-align:center;
    font-size:14px;
    color:#FFFFFF;
}

.clearBoth{clear:both;}
