body {
	background-image: url(/imagens/consolapreta.gif);
    background-attachment: fixed;
}
section {
	width: 410px;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
article {
	width: 370px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align:left;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	float: left;
	padding: 0;
}
header {
	font-family: "Bebas Neue", monospace;
	color: darkred;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	float: left;
	font-size: 15px;
	letter-spacing: 12px;
	
    
}

nav {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	float: right;
}

nav a{
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	float: right;
	text-decoration:none;
	opacity: 0.7;
}
footer {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
}
footer a{
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration:none;
	opacity: 0.7;
}
a:hover {
	opacity: 1;
}

div {
    background-color: black;
    color: white;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}