.a   { visibility: hidden; }
body
	{
    background-color: #a9de48;
		background-image: url('../img/taust.png');
		background-repeat: repeat-x;
		padding:0px;
    margin:0px;
	}

  
   
	
#kast
  {
    text-align: center;
    width: 700px;
    height: 350px;

    background-image: url('../img/tpkast.png');
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
   
    
    position:absolute;
margin:-175px 0px 0px -350px;
top: 50%;
left: 50%;
padding: 25px;
overflow: auto;
   
    
  }
  
  
img
  {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    }

#lol
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}  
  
a:hover
  {
    cursor: default;
   }