/* AK JE NUTNE OPAT SPUSTIT OVERFLOW HIDDEN, TREBA TAK SPRAVIT CEZ JS */




/* hide from ie on mac \*/
html {
	height: 100%;
	color: #888888;
	font-family: Verdana;
}

* {
	margin: 0px;
	font-size: 12px;
}

a {
	color: #FFFFFF;
}

#flashcontent {
	/*overflow: hidden;*/
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #161617;
}

#warning {
	padding: 20px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6D779F;
	text-align: center;
}

.tags {
	text-transform: UPPERCASE;
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 80px;
}
