body{
	align: center;
	background-image: url(imagens/fundo.jpg);
}
table{
	align: center;
	width: 100%;
}
.quadro1{
	width: 800px;
	height: 300px;
	background-color: #000;
	background-image: url(imagens/azul2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	left: 15%;
	margin: 0 0 0 25px;

	border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	-o-border-radius: 50px 0 50px 0;

}
.quadro2{
	width: 850px;
	height: 100px;
	/*background-color: red;*/
	background-color:rgba(0,0,0,0.6);
	position: relative;
	z-index: 2;
	top: 150px;
	left: 14.5%;
	padding: 5px 0 0 0;
}
.quadro2 > h1{
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 30px;
	text-align: center;
	padding: 0 0 0 0;
	letter-spacing: 3px;
	line-height: 3px;

	/*line-height: 30px; letter-spacing: 2px; word-spacing: 3px;*/ 
}
.quadro2 > h2{
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 20px;
	text-align: center;
	letter-spacing: 25px;
}
.quadro3{
	width: 800px;
	height:1100px;
	background-color: #333; /*#000;*/
	position: relative;
	left: 14.55%;
	top: 198px;
	margin: 0 0 0 25px;
	/*padding: 10px 10px 10px 10px;*/

	border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	-webkit-border-radius: 0 50px 0 50px;
	-o-border-radius: 0 50px 0 50px;

	box-shadow:3px 3px 15px rgba(0,0,0,0.8);
	-moz-box-shadow:3px 3px 15px rgba(0,0,0,0.8);
	-webkit-box-shadow:3px 3px 15px rgba(0,0,0,0.8);
	-o-box-shadow:3px 3px 15px rgba(0,0,0,0.8);
}
.quadro3 > h1{
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 40px;
}

.quadro4{
	width: 800px;
	height:100px;
	background-color: #000;
	position: relative;
	left: 14.55%;
	top: 201px;
	margin: 0 0 0 25px;
	z-index: 2;

	border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	-o-border-radius: 50px 0 50px 0;
}
.quadro4 > h1{
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 40px;
}
.quadro4 > .redesociais{
	width: 40px;
}
.quadro4 > .lkd{
	width: 100px;
}
.quadro4 > .fsq{
	width: 80px;
}
.quadro4 > .steam{
	width: 80px;
}
.quadro4 > .redesociais, .lkd, .fsq, .steam{
	margin: -20px 0 0 20px;
	padding: 0 0 0 0;
	cursor: pointer;
}
/*.quadro4 > .redesociais:hover, .lkd:hover, .fsq:hover, .steam:hover{
	width: 50px;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}*/
.quadro5{
	width: 850px;
	height: 100px;
	/*background-color: red;*/
	background-color:rgba(39,119,182,1);
	position: relative;
	z-index: 1;
	top: 150px;
	left: 14.5%;
	padding: 5px 0 0 0;
}
.quadro5 > h1{
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	padding: 60px 0 0 0;
	letter-spacing: 0px;
	line-height: 12px;
}