/* CSS Document */
body
{
width: 100%;
margin: 0 auto;
padding: 0;
}

.bubb
{
position: absolute;
width:30px;
height: 30px;
font: bold 14px verdana;
background-color: yellow;
text-align: center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
vertical-align: middle;
padding: 5px;
}

#punkty
{
font-size:46px;
top: 25px;
right: 50px;
display: none;
text-align:right;
}

#start
{
width: 120px;
padding: 35px 15px;
text-align: center;
font:bold 30px arial;
background-color: #555;
color: #111;

position: absolute;
}

#start:hover
{
cursor: pointer;
}