body {
    background:#051234;
/*	background:linear-gradient(to right, #f00 50%, #00b600 50%); */
	background-size:100vw 100vh;
    font-family:"Comic Sans MS",sans-serif;
    font-size:12pt;
}
#header {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:250px;
    width:800px;
    margin:0 auto;
    padding:none;
    background-color:black;
    background:url("../banner.png");
    background-position:center center;
    background-repeat:repeat-y;
}
#banner {
    margin:none;
    padding:none;
    width:800px;
    height:150px;
    background-color:black;
    background:url("../mayo and lugi.png");
    background-position:center center;
    background-repeat:no-repeat;
}
#buttons {
    display:flex;
    height:100px;
}
#buttons div {
    width:100px;
    height:50px;
    margin:auto auto;
    background:#eee;
    color:#111;
    line-height:50px;
    text-align:center;
    cursor:pointer;
}
#buttons2 {
    display:flex;
    height:100px;
}
#buttons2 div {
    width:100px;
    height:50px;
    margin:auto auto;
    background:#111;
    color:#eee;
    line-height:50px;
    text-align:center;
    cursor:pointer;
}
#content {
    position:absolute;
    top:250px;
    left:0;
    right:0;
    width:800px;
    margin:0 auto;
    padding:none;
    background:#fff;
}
#comic-info {
    box-sizing:border-box;
    padding:10px 20px;
}
#siteinfo {
    box-sizing:border-box;
    padding:10px 20px;
    background:#051234;
    color:#eee;
}
a {
    color:inherit;
}
#thumbb {
	height:50px;
	width:800px;
	color:#eee;
	line-height:50px;
	font-size:24pt;
	text-align:center;
	background:#051234;
}
#thumbs {
	display:flex;
	justify-content:center;
	flex-direction:row;
	align-items:center;
	height:200px;
	width:800px;
	background:#051234;
}
.thumb {
	height:100px;
	width:150px;
	background-color:#eee;
	margin:auto auto;
	margin-left:25px;
	margin-right:25px;
	box-shadow:0 1px 5px #000;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:150px 100px;
}
.thumb:hover {
	box-shadow:0 0 5px #eee;
}
#comic-list {
	display:flex;
	justify-content:center;
	flex-direction:row;
	align-items:center;
	flex-wrap:wrap;
	width:800px;
	background:#051234;
}
.bumb {
	margin-top:10px;
	margin-bottom:10px;
}