body
{
	font-family: "Oxanium", sans-serif;
	font-size: 12pt;
	color: #C00;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(_img/bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    z-index: -1;
    animation: hueShift 10s linear infinite;
}

@keyframes hueShift {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

td
{
	font-size: 12pt;
	font-style: italic;
	text-align:center;
}

a:link
{
	color: #000;
	text-decoration: none;
}

img
{
	margin: 20px;
	cursor: pointer;
	border: none;
	box-shadow: 0px 0px 40px #CC0000;
	-moz-box-shadow: 0px 0px 40px #CC0000;
	-webkit-box-shadow: 0px 0px 40px #CC0000;
}

h1, h2
{
	clear: both;
	text-align: center;
}

a:visited
{
	text-decoration: none;
	color: #CCCCCC;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

a:active
{
	text-decoration: none;
	color: #FF0000;
}

.clear
{
	clear: both;
}

#tooltip
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #C00;
	color: #000;
	padding: 10px;
	max-width:980px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	box-shadow: 2px 2px 10px #000;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	text-shadow: none;
	font-weight: bold;
	display:none;
}

#warning
{
	font-size: 1.2em;
	background: #C00;
	height: 210px;
	width: 440px;
	margin-top: -135px;
	margin-left: -240px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	padding: 20px;
	color: #FFFFFF;
	box-shadow: 0px 0px 40px #000;
	border: dashed white 3px;
}

#warning h1
{
	margin-top:0px;
	text-align: center;
}

#warning p
{
	text-align: center;
	color: #FFF;
}

#conteiner
{
	margin: auto;
	max-width: 800px;
}
