html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;	
}
h1{
  margin: 2px auto;
  width: 497px;
  height: 73px;
  text-indent: -9999px;
  background: url(assets/jacksonify-banner.png) no-repeat;
}
p{
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
}
a{
  color: #29aae1; 
}
a:hover{
  color: #33ccff;
}
div#wrapper{
  background: url(assets/background.jpg) no-repeat;
  width: 953px;
  height: 700px;
  margin: 0 auto;
}
div#content{
  width: 250px;
  padding: 10px 0 0 20px;
}
div#content p em{
  display: block;
  text-indent: -9999px;
  background: url(assets/twitter_logo_sm.png) no-repeat;
  width: 150px;
  height: 45px;
  margin: 5px 0 5px 0;
}
div#content a{
  display: block;
  background: #29aae1;
  border: 3px solid #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  color: #fff;
  margin-top: 20px;
  padding: 3px 0 3px 0;
  width: 175px;
}
div#content a:hover{
  background: #33ccff;
}
div#footer{
  clear: both;
}
div#footer p{
  font-size: 1em;
  text-align: center;
}
.smalltext {font-size: 1em;}