@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topNavigation {
	height: 100px;
	width: 400px;
	margin-top: 175px;
	margin-left: 400px;
}

#mainContent  {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 100px;
}
#footer {
	height: 219px;
	width: 1000px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#twitter {
	height: 400px;
	width: 200px;
}
#twittercontainer {
	Sheight: 425px;
	width: 225px;
	float: right;
	background-image: url(../images/225x425twitterbox.png);
	background-repeat: no-repeat;
	background-position: -12px -15px;
	margin-right: 100px;
	margin-top: 50px;
	padding-bottom: 15px;
	margin-left: 15px;
}
