@charset "UTF-8";
/* CSS Document */

body {
	background:url(../img/bg-em-construcao.jpg);
	margin:0;
	padding:0;	
}
#container {
	float:left;
	width:960px;
	height:400px;
	position:absolute;
	left:0;
	top:50%;
	margin:-200px 0 0 0;
}
#esquerda {
	float:left;
	width:430px;
	height:200px;	
}
#esquerda h1 {
	float:left;
	width:410px;
	height:100px;
	background:#FFBF00;
	margin:200px 0 0 0;
	padding:40px 20px 0 0;
	text-align:right;	
}
#esquerda p {
	float:left;
	width:430px;
	text-align:right;
	color:#fff;
	font-size:0.8em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:20px 0 0 0;	
}
#esquerda p a {
	color:#fff;	
}
#direita {
	float:left;
	width:340px;
	height:400px;
	color: #FFBF00;	
	font-size:0.8em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 0 70px;	
}
#direita h1 {
	float:left;
	width:340px;
	height:175px;
	margin:0;
	padding:0;	
}
#direita p {
	float:left;
	width:300px;
	color: #FFBF00;	
	font-size:1.2em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	margin:35px 0 0 0;
}
#sociais {
	width:200px;
	float:left;
	margin:20px 0 0 0;	
}
#sociais a {
	border:0;
	float:left;
	margin:0 10px 0 0;	
}
