.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    text-decoration:none;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.green { background-color: #58aa00; }
.button.blue { background-color: #2c6da0; }
.button.ltblue { background-color: #7ccdf0; }
.button.white { background-color: #ffffff; }
.button.inactive { background-color: #81A267; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

.textShadow {
	text-shadow:0px 0px 50px white;
}

#bkgimage{
  width: 120%;
  min-width: 1000px;
  height: 100%;
  min-height: 900px;
  position: fixed;
  top: 0px;
  left: -10%;
  z-index: -1;
  
}


  #phone{
    display: none; 
  }
  
@media ("handheld") {
  #desktop{
    display: none;
  }
  #phone{
    display: block; 
  }
   
}
