html {
	overflow-y:scroll;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

img {
	border: 0px;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

div#main {
  width: 100%;
  height: auto;
}

div#mainContainer {
  left: 50%;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
}

div#twitterHeader {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-top: 30px;
  margin-bottom: 25px;
}

div#header {
  padding-top: 23px;
  margin-bottom: 50px;
  width: 800px;
  height: 244px;
  background-image: url(images/banner.gif);
  color: #21253b;
}

div.eventContainer {
  float: left;
  width: 100%;
  height: auto;
}

div.eventHeader {
  width: 100%;
  height: 43px;
  background-color: #47c9f5;
  color: #ffffff;
  font-size: 28px;
  padding-top: 7px;
}

div.logoBox {
  float: left;
  width: 400px;
  height: 467px;
}

div.eventBody {
  float: left;
  width: 360px;
  height: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

div#footer {
  float: left;
  width: 100%;
  height: 36px;
  background-color: #fbfab0;
  color: #000000;
  font-size: 20px;
  padding-top: 13px;
}
