@charset "UTF-8";
@import url("structure.css");
@import url("content.css");


body  {
	font: Georgia, "Times New Roman", Times, 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 */
	background-attachment:fixed;
	background-position:bottom;
	background-image: url(images/websitebg.png);
	background-repeat: no-repeat;
	background-color:#111111;
}

