﻿	body {
		background-image: url(imagens/background1.jpg);
		background-repeat:no-repeat;
		background-size: 100% 100%;
		background-color: black;
		}
	#pagina {
		width: 860px;
		height: auto;
		margin: auto;
		background-color: #ffffff;
	}
	header {
		height: 200px;
		text-align: center;
		font-size: 36px;
		}
	nav {
		background-color: black;
		text-align:center;
		font-weight: bold;
		padding:  10px;
	}
	nav a{
		color:white;
		font-size: 24px;
		text-decoration: none;
		margin: 30px;
	}
	nav a:hover{
		color: Blue;
	}
	#reg {
		text-align:left;
	}
	#reg a{
		color:blue;
		font-family: comic sans ms, arial, verdana;
		font-size: 12px;
		text-decoration: none;
		margin: auto;
	}
	#reg a:hover{
		color: #1E90FF;
	}
	footer {
		clear:both;
		background-color:rgba(26,25,25,1.00);
		color:#ffffff;
		padding: 40px;
		font-size: 11px;
		text-align:right;
	}
	article {
		background-color:rgba(204,204,204,1.00);
		height:600px;
		width:600px;
		overflow:auto;
		float: left;
		padding-left:20px;
	}
	#prox{
		text-align:left;
		font-weight: bold;
		padding: 20px;	
	}
	#prox a{
		color:blue;
		font-size: 24px;
		text-decoration: none;
		margin: 95px;
	}
	#prox a:hover{
		color: black;
	}
	aside {
		width: 240px;
		float:right;
		text-align:center;
	}
	fieldset {
		width:350px;
		margin:30px auto;
		padding:30px;
		font-family: comic sans ms, arial, verdana;
	}
	legend{
	font-size:24px;
	color: blue;
	}
	textarea{
	resize:none;
	}
	#imagens, #fotos{
	padding-top:30px;
	text-align:center;
	}
	#video{
	padding-top:30px;
	}
	figure {
		float:left;
	}
	#mini1 {
		float:left;
	}
	#mini2 {
		clear:both;
		float:left;
	}
	#mini3 {
		clear:both;
		float:left;
	}
	#mini4 {
		clear:both;
		float:left;
	}
	#mini5 {
		clear:both;
		float:left;
	}
	#mini6 {
		clear:both;
		float:left;
	}
	#mini7 {
		clear:both;
		float:left;
	}
	#mini8 {
		clear:both;
		float:left;
	}	
	#mini9 {
		clear:both;
		float:left;
	}
	#fonte {
		color:black;
		clear:both;
		float:left;
		font-size:9px;
		padding-bottom:5px;
	}
	#fonte a{
		color:black;
		text-decoration: none;
	}
	#fonte a:hover{
		color: Blue;
	}