html {
margin: 0;
padding: 0px;
background-color:#323232;
height: 100%;
background-image: url("geek_glasses.png");
background-repeat: no-repeat;
background-position: bottom right;
}

body {
color: #fff;
margin: 0;
padding: 0px;
margin-left: 15%;
margin-right: 15%;
border-left: 1px solid #000;
border-right: 1px solid #000;
background-image: url("contentbg.png");
}

#header {
display: block;
background-color: #000;
color: #fff;
font-size: 0px;
text-align: center;
border-left: 1px solid #000;
border-right: 1px solid #000;
height:220px;
background-image: url(titleG.png);
background-position: top center;
background-repeat: no-repeat;
}

#header h1 {
display: none;
}

#menu {
display: block;
background-color: #fff;
border: 1px solid #000;
border-top: 1px dashed #000;
border-bottom: 1px dashed #000;

}

#menu ul {
text-align: right;
padding: 0;
margin: 0;
padding-right: 10px;
list-style: none;
}

#menu ul a {
text-align: center;
color: #000;
text-decoration: none;
}

#menu ul a:hover {
color: #777;
}

#menu ul li {
display: inline;
padding: 0;
margin: 0;
}

.entry {
color: #000;
background-color: #fff;
border: 1px #000 solid;
margin: 10px;
}

.entry h1 {
margin: 0;
padding: 5px;
border-bottom: 1px #000 solid;
font-size: 16px;
color: #000;
text-align: right;
background-color: #ddd;
}

.entry h1 span {
font-size: 60%;
font-weight: normal;
}

.entry h1 a {
color: #000;
text-decoration: none;
}

.entry h1 a:hover {
text-decoration: underline;
}

.entry-content {
margin: 0;
margin-bottom: 5px;
padding: 5px;
}

#footer {
width:100%;
border-top: 1px solid #000;
background-color: #fff;
color: #000;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
margin-top: 200px;
}

.hackergotchi {
  float: right;
  margin: 10px;
}

img {
border: 0;
}

.alignleft {
float: left;
margin-right: 10px;
min-height: 1%;
display: inline-block;
}

.alignright {
float: right;
margin-left: 10px;
min-height: 1%;
display: inline-block;
}


.alignright::after, .alignleft::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

