/* CSS Document */

body {
background-image:url(../images/background1.jpg);
background-position:center;
background-repeat:repeat;
background-attachment:fixed;
}

.header {
background-image:url(../images/header.jpg);
background-position:center;
background-repeat:no-repeat;
background-color:#000000;
width:850px;
height:295px;
border-style:ridge;
border-color:#333333;
border-width:2px;
margin-left: auto;
margin-right: auto;
}

.Nav {
width:850px;
border-style:ridge;
border-color:#333333;
border-width:2px;
margin-left: auto;
margin-right: auto;
}

.comic {
width:850px;
text-align:left;
border-style:ridge;
border-color:#333333;
border-width:2px;
margin-left:auto;
margin-right:auto;
}

span.mlink {
font-size:12px;
color:#FFFFFF;
}


button.button-nav {
width:100px;
height:20px;
border-style:double;
border-color:#333333;
border-width:2px;
background-color:transparent;
text-align:center;
}

button.button-nav:hover {
background-color:#000000;
}