body {
    
  background-color: #333;
  margin: 0px;
}

#3piggies {
    
  cursor: pointer;
  height: 600px;
  width: 960px;
  background-color: "#000";
}

@font-face {
  font-family: futuraBold;
   font-weight: 700;
  font-size: 110%;
  src: local('Magra Bold'), local('Magra-Bold'), url(http://themes.googleusercontent.com/static/fonts/magra/v2/YlhLowBXAVg7FJcSC0CClXYhjbSpvc47ee6xR_80Hnw.woff) format('woff');

}

@font-face {
  font-family: futura;
    font-weight: 400;
  font-size: 110%;
  src: local('Magra'), url(http://themes.googleusercontent.com/static/fonts/magra/v2/5mmKlSloEdHMhJ2GHKCr6KCWcynf_cDxXwCLxiixG1c.woff) format('woff');

}

body{
	background-color:#000;
}

.homeButton, #homeButton {
	border: 4px solid white;
    padding-left: 65px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: futuraBold, Arial;
    color: #fff;
    background-color: rgba(26,140,201,0.7);
    font-size: 32px;
    border-radius: 35px;

    box-shadow: inset 1px 2px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -35px;
    word-wrap:normal;
    line-height: normal;
    white-space:nowrap;
}