﻿body {
	background-color:#ffffff;
	margin:0;
	font-family: verdana;
}
div {
	width:900px;
	margin:auto;
	margin-bottom:40px;
}
nav {
	width: 900px;
    height: 60px;
	margin:auto;
	text-align:center;
	background-image:url(imagens/menu.png);
	
}
nav a{
	display:inline-block;
	padding: 10px 20px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	outline:none;
	height=40px;
	}
nav a:hover {
	background-color:#444444;
	
}
footer {
	background:url(imagens/rodape.png);
	position: absolute;
	bottom: 0;
	height: 60px;
	text-align: center;
	width: 100%;
	
}
figure {
	float:left;
	margin:0 20px;
	
}
h1{
	color:#0000FF;
	padding:50px 200px;
	font-family: cooper black;
	
}
	