@import url(https://fonts.googleapis.com/css?family=Roboto);
body
{
  font-size:16px;
  background-image:url('newmarketfaded.jpg');
  background-size: fit;
  background-repeat: repeat;  
  font-family:Roboto;
  color:teal;
}

td
{
  font-size:8px;
  font-family:Roboto;
}

.header
{
  font-size:22px;
  width:600px;
  color:grey;
  font-family:'Roboto';
}

.promo
{
  width:600px;
  font-size:22px;
  font-style:bold;
  color:#506088;
  font-family:'Roboto';
}

.content
{
  width:600px;
  border:1px solid #CCCCCC; 
  background-color: #F7FFF7;
  border-radius: .2em;
  background-image:url('aurorabg.jpg');
  background-size:100%;  
	

}

.image
{
  text-float:left;
}

.sites
{
  font-family:'Roboto';
}

.clue
{
  font-family:'Roboto';
  font-size:22px;
  color:red;
}

.clued
{
  color:#990099;
}

.howto
{
  font-family:'Roboto';
  text-align:left;
  margin: 15px;
}

.privacy
{
  font-family:'Roboto';
  text-align:left;
  margin: 15px;
}

.bonus
{
  font-family:'Roboto';
}

.prizes
{
  font-family:'Roboto';
  text-align: left;
  margin: 15px;
  font-size:16px;
}

footer
{
  font-family:'Roboto';
  font-size:16px;
            width: 100%;
            bottom: 0;
            position: fixed;
}

.telnames
{
  font-family:'Roboto';
  text-align: left;
  margin: 15px;
  font-size:16px;
}

.login
{
  text-align: left;
  margin: 15px;
  font-size:16px;
}

.winners
{
  font-family:'Roboto';
}

.pickme
{
  color: grey;
  font-family:'Arial';
}

.selectsite
{
  font-family:'Arial';
  font-size:12px;
}




.button {
	width:490px;
	display: inline-block;
	outline: none;
	color: black;
	cursor: pointer;
	background-color:#EEEEFF;
  //background-image:url('aurorabuttonbg.jpg');
  //background-size:100%;  
	text-style:bold;
	text-align: center;
	text-decoration: none;
	font: 20px/100% Georgia, Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	margin-bottom: 6px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

// http://webdesignerwall.com/tutorials/css3-gradient-buttons