html {
  margin: 0px;
  border: 0px;
  height: 100%;
  background:#1c2d54;
  color: white; 
}

body {
    color: white;
    font-family: Lucida Console, Courier New, Verdana;
    margin: auto;
    margin-top:50px;
    height:auto;
    border: 0px;
    width: 575px
}
a {
  color:white;
  border: 0px;
  text-decoration:underline;
  text-align:center;
}
a:hover {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
img {
    border:0px;
}
#colorMe {
         position:absolute;
         display:table-row;
         margin-top:50px;
         margin-left:50px;
}
#kwiatek {
         position:absolute;
         margin-top:50px;
         margin-left:100px;         
}
#footer {
}
.colorMe {
   margin-right:500px;
}

.colorMe_item {
   width:10px;
   height:10px;
   margin-bottom:2px;
   display:block;
   position:relative;
}

