html
{ 
} 

body
{
  height: auto;
  width: auto;
  
}

*
{ margin: 0;
  padding: 0;}


iframe{
    overflow:hidden;
    background-color:grey;
}

img
{ border: 0;}

h1, h2, h3, h4
{ 	font: normal 250%;
  	color: white;
  	font-weight: bold;
	font-family: Cambria;
}
h2
{ font: normal 300%;
  color:gold;
}

h3, h4
{ 
  font: normal 150%;
  color: #A4AA04;}

h4
{ font: italic 100%;
  color: #000;}

a 
{ outline: none;
  font-family: Cambria, Georgia, serif;
  text-decoration: NONE;
  color: white;}
 

#first, #standings, #scores, #teams
{ 	
	margin: auto;
}

#logo, #first
{
width:100%;
height:100%;
background: #008CBA;
background: linear-gradient(to bottom right, #306270, #008CBA);
background: linear-gradient(to bottom right, #306270, #000000);
}


#standings, #second
{
background-color: #005d17;
background: linear-gradient(to bottom right, #005d17,#009424);
background: linear-gradient(to bottom right, #005d17,#000000);
}

#teams, #third
{
background-color: #BA8B00;
background: linear-gradient(#6f5300, #BA8B00);
background: linear-gradient(to bottom right, #6f5300, #000000);
}

#scores, #fourth
{
background-color: #a91244;
background: linear-gradient(#a91244, #e91d63);
background: linear-gradient(to bottom right, #a91244, #000000);
}

#box
{
  background: #bbbbbb;
  background: linear-gradient(#bbbbbb, white);
  background: linear-gradient(to bottom, #bbbbbb, black);
}

#footer, #last
{ width: 100%;
  position:fixed; 
  left:0px; 
  bottom:0px; 
  height:auto; 
  padding: 5px 0 5px 0;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  text-align: center; 
  z-index: 2;
  background: #ba2e00;
  background: linear-gradient( #ba2e00 , #5D1700);
  border-style: solid;
  border-width:1px;
  border-color:#696969;
  letter-spacing: 0.1em;}

#footer a
{ color: white;
  text-transform: uppercase;
  text-decoration: none;}

#footer a:hover
{ color: yellow;
}

.button {
    background-color: grey;
    border: none;
    color: white;
 	font: italic .80em 'trebuchet ms', arial, sans-serif;
	padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
