#canvas {
  width:100%;
  padding:0;
  margin:0;
}

#header {
  width:100%;
  border-bottom: 1px solid #888;
  text-align: right;
  vertical-align:bottom;
}

.sign {
  float: left;
  color: #666;
  text-align:right;
  margin: 180px 0 0 25%;
  /*border: 1px solid red;*/
  width:35%;
  font-family: 'Righteous';
  font-size:3em;
}

#header img{
  margin:0 10% 0 0;
  padding:0;
}

#logo{
	position: absolute;
	top: 20px;
	left:200px;
}

#maincolumnwrapper{
  width:100%;
  text-align:center;
}
.head{
  font-family: 'Righteous';
  color:#666;
  text-align:center;
  font-size:6em;
}

#footer{
  font-size:small;
  color:#aaa;
  text-align:center;
  font-family: 'Raleway';
  font-family: 'Raleway';
  border-top: 1px solid #aaa;
  padding: 2px 0 0 0;
}

#footer a{
  display:inline;
  padding:2px;
  text-decoration:none;
  color:#888;
  font-weight:bold;
}

#footer a:hover{
  background-color:#888;
  color:#ccc;
}