body {background-image:url('large.gif');}

.container
{
background-color: gray ; 
width:40%;
height:50%;
padding: 3%;
border:2px solid black;
border-style:groove;
position:absolute;
top:20%;
left:27%;
border-radius: 15px;
border-top-left-radius:15px;
border-bottom-left-radius:15px;
border-top-right-radius:15px;
border-bottom-right-radius:15px;
-moz-border-radius: 15px;
z-index:-1;
} 

table.k 
{
text-align: right;
font-family: Comic Sans MS; 
color: white;
padding: 10px; 
margin: 20 px;
}

h1.l
{
font-family: Comic Sans MS; 
color: white;
} 
 

