body{
	background-image:url(imagens/fundo.jpg);
	margin:0;
	font-family:sans-serif,arial;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#container{
	width:950px;
	margin:auto;
}
#banner{
	background-image:url(imagens/banner.jpg);
	height:215px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#menu{
	background-color:#000;
	padding:15px 0;
	text-align:center;
}
#menu a{
	font-size:18px;
	font-weight:bold;
	color:#0D4BA8;
	text-decoration:none;
	margin:0 20px;
}
#menu a:hover{
	color:#0FDFFF;
}
#conteudo{
	background-color:#fff;
	padding:25px 50px;
}
#rodape{
	background-color:#000;
	text-align:center;
	padding:50px 0;
	color:#0FDFFF;
}
#foto{
	float:left;
	width:600px;
	margin-right:12px;
}
h1{
	padding-bottom:40px
}
#contato{
	width:300px;
	margin:auto;
	background-color:#15C5D9;
	padding:25px;
	box-sizing:border-box;
}
#nome, #email, #fone, #recado{
	width:200px;
	resize:none;
	display:block;
	margin:auto;
	margin-bottom:10px;
	font-family:sans-serif, arial;
	padding:5px;
	font-size:13px;
	border:solid 1px #999;
}
#enviar{
	margin:auto;
	display:block;
}
h2{
	text-align:center;
	color:#000;
	
}













