﻿
/* CSS Document */


body {
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
}
a:link {
	color: #43483a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #43483a;
}
a:hover {
	text-decoration: none;
	color: #b2ff00;
}
a:active {
	text-decoration: none;
	color: #43483a;
}
#wrapper {
	text-align: center;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:600;
	letter-spacing:-2px;
	color:#1a1c16;
	width: 800px;
	text-align:right;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 240px;
	margin-bottom:100px;
	line-height:90%;

}
.lime {
	color:#b2ff00;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:261px;   /* Height of the footer */
   background-image:url(../images/footer.jpg);
   background-repeat:no-repeat;
   background-position:center;
}

	.btnPlay
      { 
         
         font-family:Arial, Helvetica, sans-serif;
		 font-size:24px;
		 text-decoration: none;
		 color:#b2ff00;
		 background-color:Transparent;
		 border: none;
		 height:30px;
         
      }