body{
        background-color: #000000;
	color: #FFFFFF;
        font-family: Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        display:block;
        border:0;
        margin: 0
}
.hide {
        display:none
}
.mainbody {
	text-align: center;
	font-size: 20px;
	color: #FF0000;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;	
}
img {

}
.background {
	image-rendering: crisp-edges;
	background-image: url(../img/fusao.webp), linear-gradient(180deg, #000000 0%, #FFFFFF 100%);
	background-position: right top 0px, left top;
	background-repeat: no-repeat, repeat;
	background-attachment: fixed;
	background-size: calc(100% / 10), 100% 100%;
}
table, th, td {
	border: 0 solid;
	border-spacing: 0;
	width: 100%;
	padding: 0;
}
.logo{
	align: center;
	width: 100%;
	height: 100px;
	max-width: 446px;
}
.shopimg{
	width: 100%;
	max-width: 30%;
	max-height: 30%;
	margin:0;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.advert{
	width: 100px;
	height: 25px;
	object-fit: cover;
}
.centertop{
	object-position: center top;
}
.centercenter{
	object-position: center center;
}
.centerbottom{
	object-position: center bottom;
}
.header {
        font-size:0;
	padding: 0;
	color: #FF0000;
	top: 0px;
	width: 100%;
	height: 150px;
}
.footer {
	padding: 0;
	color: #FF0000;
	bottom: 0;
	width: 100%;
	height: 25px;
}
.orange {
background-color: #FFA500;
}
.black {
background-color: #000000;
}
.title {
background: linear-gradient(180deg, #FF0000 0%, #000000 25%, #FFA500 50%, #FF0000 80%, #FFFFFF 80%, #FFFFFF 100%)
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
	background-color: FFA500;
}
a:link {
	text-decoration: none;
	color: #00CC00;
}
a:visited {
	text-decoration: none;
	color: #00C000;
}
a:hover {
	background: none;
	color: #00FF00;
}
img:hover {
	animation: shake 1s;
	animation-iteration-count: infinite;
}
@keyframes shake {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		transform: translate(0px, 0px) rotate(1deg);
	}
	50% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	70% {
		transform: translate(0px, 0px) rotate(-1deg);
	}
	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}
