
body {
    background: white;
}


#tabula {
    width: 640px; 
    height: 320px; 
    padding: 17px;
    background: white; 
    margin: 130px;

    border-radius: 25px; 
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    border: 1px solid #333;

    box-shadow: 10px 10px 5px #888;
}
	
#tabula h1 {
    font-size:40px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ccc;
    text-shadow: 0px 2px 1px #333;
    text-align: right; 
    position: relative;
    top: 220px;
    right: 20px;
}
