html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
body.okno {
	background: #f4f400;
	}
body.okno h1 {
	text-align: center;
	color: #0016f9;
	margin: 0;
	}
#frame {
	position: relative;
	width: 816px;
	margin: 0 auto;
	text-align: left;
	}
div.video {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	border: 1px solid black;
	}
table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	margin: auto;
	border: 0 none;
	}
td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	}
td.right {
	text-align: right;
	}
div.flash {
	width: 100%;
	height: 105px;
	}
div.maracana {
	position: relative;
	width: 100%;
	height: 62px;
	background: url('images/00-01.jpg') no-repeat top center;
	}
div.maracana a.maracana {
	position: absolute;
	top: 50px;
	left: 670px;
	}
a.cbf {
	position: absolute;
	top: 580px;
	left: 290px;
	}
a.fifa {
	position: absolute;
	top: 590px;
	left: 150px;
	}
a.ms2014 {
	position: absolute;
	top: 600px;
	left: 410px;
	}
img {
	border: 0 none;
	}
img.allstar {
	position: absolute;
	top: 710px;
	left: 225px;
	}
img.selecao {
	position: absolute;
	top: 730px;
	left: 80px;
	}
a.close {
	float: right;
	color: #0016f9;
	text-decoration: none;
	padding-right: 20px;
	font-weight: bold;
	}
a.close:hover {
	text-decoration: underline;
	}