﻿.theme-contents {
    position:absolute;
	width: 200px;
    height: 200px;
    bottom: 0;
	right:0;
}


/* -------- Cool-Team-A _start -------- */
#Cool-Team-A .toootal {
    background: #ffffff;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(128, 213, 255, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(128, 213, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(128, 213, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#80D5FF", GradientType=0);
}

/* main menu animated zippy */
#Cool-Team-A .theme-contents {
	background: url('assets/Alien_Spaceship-400px.png') left center;
	/*transform: scale(0.6);*/
	background-size: cover;
}

#Cool-Team-A .theme-contents {
	/*animation: Cool-Team-A 5.04s steps(126) infinite;*/
	animation: Cool-Team-A 9s steps(126) infinite;
	/*ta steps na einai osa ta frames tou sprite*/
}

@keyframes Cool-Team-A {
	100% {
		background-position: -50400px;
	} /*sunoliko width tou sprite*/
}
/* -------- Cool-Team-A _end -------- */