body {
  background: #123;
  color: #333;
  font-size: 11px;
  height: auto;
  text-align:left;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;

}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container {
  background-color: #fff;
  background-repeat: repeat-y;

}








@media only screen and (min-width: 768px) and (max-width: 995px) {
	.container {
		
	}
}

@media only screen and (max-width: 767px) {
	.container {
		
	}
}

@media only screen and (max-width: 479px) {
	.container.demo {
		
	}
}