. {
 margin:0;
 padding:0;
	}
body {
	width: 100%;
	margin: 10 auto;
	padding: 10;
	border: 0;
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a img {
	border: none;
	}
h1 {
  text-align: center;
  }
h2 {
  text-align: center;
  }
.twitter {
	margin: auto;
	padding: 10px;
	text-align: center;
    }
.footer {
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
	font-size: 0.75em;
	color: #999;
	}
@media screen and (min-width:1200px) {
  .twitter {
	margin: auto;
	padding: 10px;
    text-align: center;
    width: 480px;
	}
  }