body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	}
	
body,td,th {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
	}
#content      
	{
	background-color: transparent;
	margin-top: -150px;
	position: absolute;
	visibility: visible;
	top: 50%;
	width: 100%;
	}
#ad {
	background-color: #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 468px;
	height: 15px;
}
#button { cursor: pointer; background: #FFFFFF; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; height: 75px; width: 300px; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateX(-50%); -webkit-transform: translateX(-50%); text-align: center; -webkit-animation: neon1 1.5s ease-in-out infinite alternate; -moz-animation: neon1 1.5s ease-in-out infinite alternate; animation: neon1 1.5s ease-in-out infinite alternate; }
#buttonText { text-transform: uppercase; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    box-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #CC0000,
               0 0 70px  #CC0000,
               0 0 80px  #CC0000,
               0 0 100px #CC0000,
               0 0 150px #CC0000;
  }
  to {
    box-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #CC0000,
               0 0 35px #CC0000,
               0 0 40px #CC0000,
               0 0 50px #CC0000,
               0 0 75px #CC0000;
  }
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    box-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #CC0000,
               0 0 70px  #CC0000,
               0 0 80px  #CC0000,
               0 0 100px #CC0000,
               0 0 150px #CC0000;
  }
  to {
    box-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #CC0000,
               0 0 35px #CC0000,
               0 0 40px #CC0000,
               0 0 50px #CC0000,
               0 0 75px #CC0000;
  }
}
/*glow*/
@keyframes neon1 {
  from {
    box-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #CC0000,
               0 0 70px  #CC0000,
               0 0 80px  #CC0000,
               0 0 100px #CC0000,
               0 0 150px #CC0000;
  }
  to {
    box-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #CC0000,
               0 0 35px #CC0000,
               0 0 40px #CC0000,
               0 0 50px #CC0000,
               0 0 75px #CC0000;
  }
}