body		{ margin: 0; padding: 0; overflow-x: hidden; background-color: #000000; color: #ffffff; }
A:link      	{ text-decoration: none; }
A:visited   	{ text-decoration: none; }
A:hover     	{ text-decoration: none; }
A:active    	{ text-decoration: none; }


.pl1 { width: 120px; height: 120px; border: 4px white solid; margin: 5px; display: inline-block; background-color: rgba(100, 100, 100, 0.5); overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.slika1 { height: 120px; }
#organi1 { display: none; position: fixed; z-index: 100; }
.odmik1 { height: 50px; }
.dol1 { animation-name: dolx1; animation-iteration-count: 5; animation-duration: 2s; }
@keyframes dolx1 {
	  0% { opacity: 1; }
	 20% { opacity: 1; }
	 50% { opacity: 0; }
	 70% { opacity: 1; }
	100% { opacity: 1; }
}

.s1 { width: 130px; height: 200px; position: absolute; top: 0; left: 0; margin: -100px 0 0 -65px; -webkit-animation:spin 6s linear infinite; -moz-animation:spin 6s linear infinite; animation:spin 6s linear infinite; }
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
