*{
	margin: 0;
	padding: 0;
}

body{
	background-image: url('bg.jpg');
	width: 100%;
}

header{
	width: 100%;
	height: 85px;;
	background-image: url('background-header.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
}

header h1{
	margin-top: 15px;
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 4em;
	font-weight:normal;
}

.container{
	display: none;
	margin-top: 200px;
}

.coluna1{
	width: 45%;
	float: left;
	padding-right: 20px;
}

.coluna2{
	width: 45%;
	float: right;
	padding-left: 20px;
}

.logo1{
	margin-bottom: 40px;
}

.logo1 p{
	color: #FFF;
	text-align: center;
	font-family: 'Arial' , sans-serif;
	padding-top: 12px;
	font-size: 14pt;
	text-shadow: 3px 3px 3px #000;

}

.logo2 p{
	color: #FFF;
	text-align: center;
	font-family: 'Arial' , sans-serif;
	padding-top: 28px;
	font-size: 14pt;
	text-shadow: 3px 3px 3px #000;

}

.logo1 a:hover, .logo2 a:hover{
	text-decoration: none;
	font-style: none;
}

.logo1 img{
	display: block;
	margin: 0 auto 0 auto;
}

.logo2 img{
	display: block;
	margin: 10px auto 0 auto;

}


footer{
	width: 100%;
	height: auto;
	background-image: url('img/background-footer.png');
	position: absolute;
	bottom: 0;
	
}

footer p{
	text-align: center;
	font-family: 'Arial' , sans-serif;
	padding-top: 12px;
	font-weight: bold;
}