﻿body
{
	background-color:#000000;
	margin:0;
	font-family:verdana, arial, sans-serif;
	color:#ffffff;
	background-image: url("imagens/fundo.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

nav
{
	background-color:#333333;
	text-align:center;
	height:64px;
	background-image: url("imagens/space.png");
}

nav a
{
	color:#ffffff;
	text-decoration:none;
	padding:20px;
	font-size:18px;
	display:inline-block;
	outline:none;
}

nav a:hover
{
	background-color:#999999;
}

h1
{
	text-align:center;
	margin-top:-20px;
}

h3, h6
{
	text-align:center;
}

#container
{
	width:680px;
	margin:auto;
	text-align:center;
	background-color:#666666;
	border-radius:8px;
	padding:25px;
}

video
{
	width:320px;
	height:180px;
	float:left;
	margin:10px;
}

#videos
{
	float:left;
	height:auto;
}

#formulario
{
	margin:auto;
	text-align:left;
	background-color:#666666;
	border-radius:8px;
	padding:25px;
}

div {
	margin:auto;
	text-align:center;
}

div a
{
	text-decoration:none;
	color:#ffffff;
}

#heroes
{
	margin-bottom:-50px;
}

#imagens
{
	width:320px;
	height:180px;
	float:left;
	margin:10px;
}