body {
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	margin-top: 10px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
}

button {
	font-family: Calibri;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
        background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

img{  border-style: none;
}
.comiclist a {
font-color:white;
}

.menu-wrapper {float:right}

.boxwrapper{
width:278px;	
}

.boxtop{
background-image:url("../images/boxtop.png");
background-repeat:no-repeat;
height:26px;
width:278px;
}

.boxcontent{
background-image:url("../images/boxcontent.png");
background-repeat:repeat-y;
width:278px;		
}

.boxbottom{
background-image:url("../images/boxbottom.png");
background-repeat:no-repeat;
height:26px;
width:278px;	
}

.tdbg { 
background-image: url("../images/characterscroll.png"); 
background-repeat: no-repeat; 
} 


div.comics {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

ul {
color: "ff7e00";
}