/* CSS Document */
body { 
	margin: 0 auto;
	text-align:center;
	background-image:url(../images/background.gif);
	background-repeat: repeat;
	}
#top {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 650px;	
	}
#clear {
    clear: both;
	display:block;
	width: 650px;
	margin:0 auto;

	}
#comicbox {
    background-color:#FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
    border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;

   
	margin:0 auto;
	}
