html, body {
width: 100%;
height: 100%;
margin: 0;
}
body {
background-color:	    #050606;
color:                  #ffb70e;
background-image:       url('/garfield/background.png');
background-position:    top left;
background-repeat:      no-repeat;
background-attachment:  fixed;
font-family:		    Trebuchet MS, Verdana, sans-serif;
}
.menu {
position:       fixed;
top:            130px;
left:           46px;
width:          150px;
height:         270px;
text-align:     center;
color:          #ffb70e;
padding:        5px;
font-weight:    bold;
z-index:        10;
}
.menu a {
text-decoration: none;
color:           #ffb70e;
}
.mainbox {
float:              left;
width:              70%;
min-height:             255px;
margin-left:        240px;
margin-top:         150px;
z-index:            20;
border:             3px solid #ffb70e;
border-style:       dashed;
-moz-border-radius: 17px;
}
.comic {
width: 600px;
min-height: 200px;
position: relative;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
}
.links {
text-align: center;
}
.tagline {
text-align: center;
}
.comic a {
text-decoration: none;
color: #ffb70e;
}
.comic a#visited {
color: #ffb70e;
}
.mainfaq {
float:              left;
width:              70%;
min-height:         255px;
margin-left:        240px;
margin-top:         150px;
z-index:            20;
border:             3px solid #ffb70e;
border-style:       dashed;
-moz-border-radius: 17px;
}
.question {
color:              #ffffff;
font-weight:        bold;
padding:            10px;
}
.answer {
font-weight:        italic;
padding:            5px;
margin-left:        15px;
margin-right:       5px;
}

.createcomic {
width:              600px;
min-height:         250px;
position:           relative;
margin:             0 auto;
margin-top:         20px;
}
.rbutton {
background-color:   #ffb70e;
}
.ad {
width: 100%;
height: 100px;
margin-top: 20px;
float: left;
}
.ad_inner {
width: 728px;
height: 100px;
margin: 0 auto;
}
td {
overflow: 	    	hidden;
text-align: 		left;
vertical-align: 	top;
max-height: 		200px;
max-width:   		180px;
}
img {
position:    		absolute;
}
