* 
{
	font-family: Arial, Verdana, sans-serif;
	color: #665544;
	text-align: center;
}

html, body 
{
	margin:0;
	padding:0;
	height:100%;
	background: black;
}

#container 
{
	background: black;
	width: 100%;
	min-height:100%;
	background: black;
	position:relative;
}

#header 
{
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:0;
	width:100%;
	height:40px;
	background:grey;
	color:white;
}

ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: grey;
}

li 
{
  float: left;
  margin: auto;
}

li a 
{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover 
{
	height: 100%;
	background-color: black;
}

a
{
	text-decoration: none;
	font-size:18px;
	color:white;
	font-weight: bold;
}

#content 
{
	background: black;
	width: 90%;
	margin: 5% 5% 0 5%;
	overflow: auto;
	padding-bottom:70px;	/* Height of the footer */
}

.content h1
{
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-size: 4rem;
	font-weight:900;
	margin:1%;
	padding:0;
	color: #8A0808;
	font-stretch: expanded;
	line-height:1.1
}

.login 
{
	text-align: center;
	color: white;
}

#img 
{
	margin: 0 5% 0 5%;
	width: 90%;
}

.login, .about
{
	padding:0.5%;
	background: black;
	border-radius:10px;
	margin: 0 25% 0 25%;
	color: black;
	position:relative
}

.about p
{
	color: white;
	text-align: left;
}

.login p
{
	color: white;
}

label
{
	margin:0 0 0 0;
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color: white;
}

button
{
	line-height:normal
}

#footer 
{
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;			/* Height of the footer */
	background: grey;
}

.outerbubbles
{
	color: black;
	font-weight: bold;
	max-width: 90%;
	background: white;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto 30px auto;
}

.outerbubbles a
{
	text-decoration: none;
	font-size: 18px;
	color: blue;
	font-weight: bold;
}

.outerbubbles h1
{
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-size: 4rem;
	font-weight:900;
	margin:1%;
	padding:0;
	color: black;
	font-stretch: expanded;
	line-height:1.1
}

.outerbubbles p
{
	text-align: center;
	color: black;
}

table 
{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	background-color: grey;
}

td
{
	color: white;
}