body {
  background-color: white;
}

.topsection {
  position: fixed;
  z-index: 1;
  background-image: url("/images/SketchHeaderV2.jpg");
  background-size: none;
  height: 160px;
  width: 100%;
  left: 0px;
  top: 0px;
}


.header {
	width: 800px;
	height: 100px;
		background-image: url("/images/TitleHeader.png");
		top: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 2;
		border-radius: 50px;
		position: fixed;}


.links {
	width: 750px;
	height: 40px;
		background: white;
		top: 110px;
		left: 0;
		right: 0;
		margin: 0 auto; 
		z-index: 2;
		border-radius: 20px;
		position: fixed;}

a.news {color:red; font-size: 30px; z-index: 3;}
a.gallery {color:orange; font-size: 30px; z-index: 3;}
a.comics {color:gold; font-size: 30px; z-index: 3;}
a.commissions {color:green; font-size: 30px; z-index: 3;}
a.sites {color:blue; font-size: 30px; z-index: 3;}
a.extras {color:purple; font-size: 30px; z-index: 3;}

.mainbody {
	margin-top: 165px;
	margin-left: 10px;
}
