html{
  background-color:black;
  background-image: linear-gradient(#30080c,black 15%);
  height:100%;
  width:100vw;
  background-repeat:no-repeat;
}
body {
  color: white;
  font-family: Verdana;
  min-height:600px;
  position:relative;
}
img.cover{
	width:650px;
	height:450px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#head h1 {
  text-align:center;
  margin:10px;
}
#head h2 {
	text-align:center;
	margin:10px;
}
a {
  color:white;
}
a:visited{
  color:white;
}
#mainbody {
  max-width:1100px;
  margin:auto;
}
#intro div{
  display:inline-block;
  overflow-wrap:break-word;
}
.bodycolumncontainer{
  border-top:1px solid white;
  border-bottom:1px solid white;
  max-width:1300px;
  margin-left:auto;
  margin-right:auto;
}
div.bodycolumn{
	vertical-align:top;
  display:table-cell;
  height:100%;
  padding:10px;
  padding-bottom:20px;
}
div.firstcolumn{
  border-right:1px dotted white;
  width:200px;
}
div.thirdcolumn{
  border-left: 1px dotted white;
  width:200px;
}
.psg_footer{
	text-align:center;
}
div#head{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.mylogo{
  position:absolute;
  bottom:0px;
  left:101px;
  height:30px;
  border-radius:4px;
}
section{
  display:none;
}
section:target{
  display:block;
  width:900px;
  margin-left:auto;
  margin-right:auto;
}
section#home{
	background-image: linear-gradient(black 15%,#30080c);
	min-height:600px;
}
