body{
	background-color: black;
	font-family: 'Century Gothic';
	color: yellow;
	background-image: url('../images/wall-of-fire.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0;
}
.titleTable{
	background-color: black;
	width: 100%;
}
.titleTable td{
	font-size: large;
	font-weight: bold;
}
#mainBody{
	width: 500px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.mainText{
	font-size: medium;
	font-weight: bold;
}

