			body, html{
				height:99%;
				overflow:hidden;
				font:10px "Imprint MT Shadow";
			}
			body{
				width:100%;
				background-color:#84C254;
				margin:0;
				padding:0;
			}
			#head{
				padding:0;
				background-color:#FFFFFF;
				position:relative;
				width:65%;
				height:75%;
				top:0;
				left:5%;
				overflow:hidden;	
			}
			#header{
				position:absolute;
				padding:0;
				margin:0 -35%;
				text-align:center;
				width:70%;
				height:35%;
				top:10%;
				left:45%;
			}
			#header h1{
				display:none;
			}
			#header img{
				width:100%;
				height:100%;
				border: none;
			}
			#text{
				position:absolute;
				top:5%;
				left:0;
				width:30%;
				height:75%;
				background:#3B3C3F;
				color:#FFFFFF;
				left:65%;
				overflow:auto;
				text-align:center;
			}
			#text p{
				padding:0 20px;
				text-align:justify;
				font-family:"MS Sans Serif", Geneva, sans-serif;
				font-size:15px;
			}
			#text h1{
				font-family:"Arial Rounded MT Bold";
				font-size:20px;
				padding:10px 0;
			}
			#text h2{
				font-family:"Arial Rounded MT Bold";
				font-size:16px;
				padding:10px 0;
			}
			#text ol{
				padding:0 20px;
				margin:0 20px;
				text-align:justify;
				font-family:"MS Sans Serif", Geneva, sans-serif;
				font-size:15px;
			}
			#text h1:hover{
				color:#FAC100
			}
			#copyright{
				position:absolute;
				top:81%;
				left:0;
				width:30%;
				left:65%;
				overflow:auto;
				text-align:center;
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
			}
			#picstrip{
				position:absolute;
				height:20%;
				width:100%;
				top:40%;
				background-color:#3B3C3F;
				text-align:center;				
			}
			.pic{
				position:relative;
				left:-16%;
				top:20%;
				height:99%;
				width:20%;
			}
			.pic img{
				height:60%;
				margin:0 2%;
				border:none;
			}
			#buttonstrip{
				position:absolute;
				left:4%;
				top:69.0%;
				width:60%;
				height:12%;
				text-align:center;
			}
			.Button{
				height:100%;
				width:83%;				
			}
			.Button img{
				border:none;
			}
			#Blue img{
				
				margin:3px;
			}
			#Yellow img{
				
				margin:3px;
			}
			#Red img{

				margin:3px;
			}
			#Green img{
				
				margin:3px;
			}
			.validation{
				display:none;
			}
