body {
	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: #999900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

.rev77site #container {
	width: 800px;
	text-align: left;
	background-color: #323232;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.rev77site #header {
	background-image: url(../revolution77website/images/headerFAKE.png);
	background-position: center top;
	height: auto;
	background-repeat: no-repeat;
}
.rev77site #mainContent {
	background-image: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	clear: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.rev77site #footer {
    width: auto;
	height: auto;
} 
.rev77site #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pictureborder {
	border: thick solid #000000;
	float: left;
	margin-right: 20px;
}
.pictureborder2 {
	border: thick solid #000000;
	float: left;
	margin-right: 0px;
}
.textbox {
	background-color: #660202;
	padding: 10px;
	height: auto;
	width: auto;
	border: medium none #000000;
	background-image: url(../revolution77website/images/backgroundtexture2.png);
	background-position: center center;
	margin-top: 0px;
}
.textbox2 {
	background-color: #660202;
	padding: 10px;
	height: auto;
	width: auto;
	border: medium none #000000;
	background-image: url(../revolution77website/images/backgroundtexture2.png);
	background-position: center center;
	float: right;
}
.rev77site #leftside {
	float: left;
	height: auto;
	width: auto;
}
.rev77site #rightside {
	float: right;
	height: auto;
	width: auto;
}

a
{
  outline: none;
}