html
{ 
}

body
{
	height: auto;
	width: auto;
    align: center;
//	max-width: 800px;
	background:#7887AB;
	font: normal 9px;
	font-family: Impact, Charcoal, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

*
{ 
	margin: 0;
	padding: 0;
}
	hr 
{ 
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, #000000, #000000, #000000);
}

iframe
{
	overflow:hidden;
	background-color:white;
}

img
{ border: 0;}

h1, h2, h3, h4
{ 	font: normal 125%;
	color: white;
	font-weight: bold;
	font-family: Georgia;
}

h1,h2
{ text-align: center;
}

h2
{ 
    font: normal 110%;
	color:yellow;
}

h3
{ 
	font: normal 100%;
	color: gold;
}

a 
{ 
	outline: none;
	font-family: Cambria, Georgia, serif;
	text-decoration: NONE;
	color: white;
}

#first, #standings, #scores, #teams, #auctions
{ 	
	width:90%;
	margin: auto;
   padding: 5px;
}

#logo, #first
{
	width:100%;
	position:fixed;
	left:0px; 
	top:0px; 
	z-index: 2;
    background: #061539;
	background: linear-gradient(to bottom right, #061539,#061539);
	border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    opacity: .99;
}

#footer, #last
{ 
	width: 100%;
	position:fixed; 
	left:0px; 
	bottom:0px; 
	height:20px; 
	padding: 5px 0 5px 0;
	text-align: center; 
	z-index: 2;
	background: #556997;
	background: linear-gradient( #061539 , #061539);
	letter-spacing: 0.1em;
    opacity: .99;
}

#footer a
{ 	color: white;
	text-decoration: none;}

#footer a:hover
{ 	color: #882D60;
	text-transform: uppercase;}


#standings, #second
{
	margin-top: +150px;
	background-color: #882D60;
	background: linear-gradient(to bottom right, #882D60,#AA5585);
	border-bottom: 4px solid #000000;
	border-radius: 25px;
}

#teams, #third
{
	background-color: #567714;
	background: linear-gradient(to bottom right, #567714, #7A9F35);
	border-bottom: 4px solid #000000;
	border-radius: 25px;
}

#scores, #fourth
{
	background-color: #805C15;
	background: linear-gradient(to bottom right, #805C15, #AA8439);
	border-bottom: 4px solid #000000;
	border-radius: 25px;
}

#auctions, #fifth
{
	background-color: #805C15;
	background: linear-gradient(to bottom right, #805C15, #AA8439);
	border-bottom: 4px solid #000000;
	border-radius: 25px;
}
.box
{
	display: block;
	background: #bbbbbb;
	background: linear-gradient(grey, #bbbbbb, white);
}

