html *  { padding: 0;
          margin: 0; }

body {
	background: white;
	color: black;
	background: url('bg-rep.gif');
	text-align: center;
}

img {
	border: 0px;
}

#container {
	width: 800px;
	margin: 20px auto 20px auto;
    text-align: center;
}

#header {
	width: 770px;
	height: 68px;
	background: url('transwhite50.png');
    text-align: center;
    padding: 15px;
}

#header .titlelogo {
    position: relative;
    left: 42.5px;
    background: white;
	border: 4px solid black;
}

#header .sharhead {
    position: relative;
    left: 42.5px;
    vertical-align: top;
}

#comicpanel {
    width: 800px;
	background: url('transwhite50.png');
}

#prevpanel {
    position: relative;
    top: -145px;
    width: 130px;
    text-align: center;
}

#comic {
    width: 540px;
    padding: 0px 20px 0px 20px;
    text-align: center;
}

#nextpanel {
    position: relative;
    top: -145px;
    width: 130px;
    text-align: center;
}

#nav {
    width: 800px;
    padding: 20px 0px 20px 0px;
	background: url('transwhite50.png');
    text-align: center;
}

#nav img {
    padding: 0px 20px 0px 20px;
}