#footer {
	  background: #3db2e1;
  background: -o-linear-gradient(top, #69c4e8, #21a1d4);
  background: -ms-linear-gradient(top, #69c4e8, #21a1d4);
  background: -webkit-linear-gradient(top, #69c4e8, #21a1d4);
  background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
  background: linear-gradient(to bottom, #69c4e8, #21a1d4);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}



@font-face {
  font-family: 'hemihead';
  src: url('http://kosice.diodegames.eu/fonts/hemihead.ttf');
}

@font-face {
  font-family: 'zrnic';
  src: url('http://kosice.diodegames.eu/fonts/zrnic.ttf');
}
h1, h2, h3, h4 { font-family: 'hemihead', 'Georgia', serif; }
p { font-family: 'zrnic', 'Georgia', serif; }



#backgroundstyle
{
	    background-image: url( "http://kosice.diodegames.eu/images/back.png");
}


#backgroundsub
{
 background: #2980b9;
}

#backgroundgrey
{
 //background-image: url( "http://kosice.diodegames.eu/images/greytile.jpg");
background: #bdc3c7;

}


#backgroundaqua
{
 //background-image: url( "http://kosice.diodegames.eu/images/aquatile.png");
	  background: #2c3e50;

}


#backgroundgreen
{
 //background-image: url( "http://kosice.diodegames.eu/images/greent.png");
	  background: #27ae60;
}