html{background: url(http://www.nightrunbulldogs.com/sitebuilder/images/red-background-998x550.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

li:first-child{
	font-color: #C80000;
}
a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#Hulu{
	float: right;
}
#Welcome{
	float: bottom;
}
body{
	padding: 20px;
}
h1{
	color: white;
	font-weight: bold;
	font-family: cursive;
}
h2{
	color: white;
	font-weight: bold;
	font-family: cursive;
	float: bottom;
}
h3{
	color: white;
	font-weight: bold;
	font-family: cursive;
}
#div01{
	height: 25px;
	width: 500px;
	opacity: 20%;
}
#D1{padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: grey;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  display: inline;
}
#D1:hover{
	background-color: #00ffcc;
}
#D1:active{
	 background-color: #00b38f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#D2{padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: grey;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  display: inline;
}
#D2:hover{
	background-color: #00ffcc;
}
#D2:active{
	 background-color: #00b38f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#D3{padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: grey;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  display: inline;
}
#D3:hover{
	background-color: #00ffcc;
}
#D3:active{
	 background-color: #00b38f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#D4{padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: grey;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  display: inline;
}
#D4:hover{
	background-color: #00ffcc;
}
#D4:active{
	 background-color: #00b38f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#buttonspace{
	height: 30px;
	width:3px;
	background-color:#C80000;
	float: right;
}
#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: grey;
}
#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: green;
}
#label {
    text-align: center;
	line-height: 30px;
	color: white;
}
#Month{
	font-size: 20px;
}
#Color{
	font-size: 20px;
}
#Navigation{
	font-size: 20px;
}
#CSSOpt1{
	font-size: 20px;
}
#CSSOpt2{
	font-size: 20px;
}
#CSSOpt3{
	font-size: 20px;
}