h1, h2, h3, h4 {
	text-align:			left;
}

h1 {
	color:				gold;
}

#scrollSwitch {
  color:    red;
  font-size:    10px;
}

table {
	background-color:			 #000000;
	text-align:			justify;
}

body {
	color: 				white;
	background-color:	#E1E1E1;
}

#backdrop {
	background-image:	url(images/background.png);
	width:				100%;
	margin-left:		auto;
	margin-right:		auto;
}

#mainPage {
	width:				800px;
	margin:				0 auto;
	border-style:  	 	solid;
	border-width:		1px;
	text-align:			left;
}

#contentArea {
	background-color:	#F1F1F1;
	padding:			10px;
  background-image:	url(images/stars.jpg);
  min-height:       600px;
}
