* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 14pt;
	background-color: #FFFFFF;
}

p {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 14pt;
}

.bigWords {
	font-family: "Century Gothic";
	font-size: 25pt;
	/*font-weight: bold;*/
	text-align: left;
}

.center {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}


.centerText {
	text-align: center;
}

/*  END OF FONTS */
#banner1 {
	clear: both;
	margin: 0px;
	
	/*
    position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #AD7D33;
	*/
	padding: 0;
	width: 100%;
	text-align: left;
	text-indent: 40px;
	min-width: 975px;
	height: 55px;
	background-color: #FF8533;
}

.button {
	/*height: 97%;
	min-width: 75px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #AD7D33;
	background-color: #FF8F4F;	*/
	margin-top: 15px;
	color: #333300;
}

/* Containers and floats: */
#container {
	margin: 0 auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.wholeFloat {
	clear: both;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 100px;
	padding-top: 100px;
	width: 100%;
	min-width: 975px;
	min-height: 200px;
}

.whiteFloat {
	/*border-style: solid;
    border-bottom-color: black;
    background-color: orange;*/
}

.line {
    
    width: 100%;
	min-width: 975px;
	min-height: 200px;
}

.leftFloat {
	float: left;
}

#mainFloat {
	clear: both;
	margin-top: 100px; 	margin-bottom: 55px;
	padding: 10px;
	width: 950px;
	margin-left: auto; margin-right : auto;
	box-shadow: 0px 0px 30px #888888;
	background-color: #FFFFFF;
	
	text-align: left;
}

/* Home page: */
.landingBack {
	/*background-image: url("http://vnfa8y5n3zndutm1.zippykid.netdna-cdn.com/wp-content/uploads/2013/02/Sample-Programming-Code.jpg");
	background: linear-gradient(rgba(0, 0, 0, 1.5), rgba(0, 0, 0, 0.5)),
		url("http://hobular.magix.net/wong/landingback.jpg");
	background-attachment: fixed;
	background-position: 90% 0%;
	*/
	background-color: #0099FF;
}

#landingTitle {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 50pt;
	color: #FFFFFF;
	margin-top: 150px;
	margin-bottom: 150px;
}

#slideShow {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.showCase {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	width: 300px;
	height: 220px;
	box-shadow: 0px 0px 10px #888888;
}

.photo {
	border-radius: 25px;
}

.member {
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	height: 200px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/* Games PAGE */
.highlight {
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
	width: 700px;
	box-shadow: 0px 0px 30px #888888;
}

.highTitle {
	padding: 10px;
	font-family: "Open Sans", Amaranth, Geneva, sans-serif;
	font-size: 32pt;
	color: #FFCC00;
}

.highText {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11pt;
}

.downloadButton {
	font-family: "Open Sans", Amaranth, Geneva, sans-serif;
	font-size: 22pt;
	color: #E60000;
}

/* FOOTER PAGE */
#footer {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	clear: both;
	position: relative;
	bottom: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	min-width: 975px;
	background-color: #2D2D2D;
}

#tableFooter {
	text-indent: 30px;
	width: 100% margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#bottomLine {
	position: relative;
	bottom: 0;
	width: 100%;
	min-width: 975px;
	background-color: #222222;
}

<!--
Link Styling CSS -->A {
	text-decoration: none;
}

A:link {
	text-decoration: none;
	color: #0066FF
}

A:visited {
	text-decoration: none;
	color: #0066FF
}

A:hover {
	text-decoration: none;
	color: #99CCFF;
}

A:active {
	text-decoration: none;
}