body {color:#fff;}
a {color: #428BD1;}
table {height:100%;}

#comic_title {padding: 10px;}
#comic_title h2 {margin:1px;}

#comic_nav {width:650px; margin: 0 auto;}
#comic_nav select {position:relative; top: -10px;}

#comic_image img {border: 1px solid black;}

img.first {background:url(first.gif) no-repeat top left; width:33px; height:33px; margin:0; padding:0; top:10px;}
img.first:hover {background:url(first.gif) no-repeat bottom left;}

img.prev {background:url(prev.gif) no-repeat top left; width:33px; height:33px; margin:0; padding:0; top:10px;}
img.prev:hover {background:url(prev.gif) no-repeat bottom left;}

img.next {background:url(next.gif) no-repeat top left; width:33px; height:33px; margin:0; padding:0; top:10px;}
img.next:hover {background:url(next.gif) no-repeat bottom left;}

img.last {background:url(last.gif) no-repeat top left; width:33px; height:33px; margin:0; padding:0; top:10px;}
img.last:hover {background:url(last.gif) no-repeat bottom left;}

