.my_Text1 { 
    width: 300px; 
    background: #fc0; 
    padding: 5px; 
    border: solid 0px black; 
    float: left; 
		color: #0000ff;
    position: relative; 
    top: 40px; 
    left: 70px; 
   }
.my_Text2{ 
    width: 200px;
	  height: 100 px;
    background: #ff0000; 
    padding: 5px; 
    border: solid 0px black; 
    float: left; 
		color: #0000ff;
    position: relative; 
    top: 40px; 
    left: 70px; 
  }	
h1
	{
		color: #00ff00;
	}

	
	body 
	{
		text-align: center;
		height: 100%;
		margin: 0;
	}
	
	input[type="button"]
	{
		border:none;
		background-color: transparent;
		outline: none;
		display: inline-block;
		width: 225px;
		height: 140px;
	}
	
	.relay_on
	{
		background-image: url('sprite.png');
		background-position: 0px 0px;
	}


	.relay_off
	{
		background-image: url('sprite.png');
		background-position: 0px 150px;
	}
