body{
	background: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
@font-face{
	font-family: font;
	src: url(fonts/CaviarDreams.ttf);
}
@font-face{
	font-family: font2;
	src: url(fonts/LemonMilk.otf);
}
.header{
	font-family: font2;
	color: #FFFFFF;
	font-size: 120%;
	background-color: #EC644B;
	text-align: center;
	margin: -8px -8px 0px -8px;
	padding: 5px 0px 5px 0px;
	border-bottom: 10px solid #EF4836;
}
.corpo{
	font-family: font;
	position: absolute;
	margin: 10% 10% 10% 40%;
	line-height: 2;
}
.imagem{
	position: absolute;
	margin: 15px 0 0 10px;
}
ul{
	list-style-type: none;
	margin: 0 -8px 0 -8px;
	padding: 0;
	background: #D64541;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}
li{
	float:left;
}
a{
	font-family: font;
	font-size: 110%;
	display: block;
	text-decoration: none;
	padding: 8px 16px;
	color: #FFF;
	transition-duration: 0.4s;

}
li a:hover{
	background: #F64747;
	color: #FFF;
	transition-duration: 0.4s;
}
.active{
	background: #F1A9A0;
	color: #FFF;

}
.texto{
	text-indent: 30px;
	font-family: font;
	font-size: 130%;
	text-align: justify;
	margin: 50px 100px;
}
h2{
	text-align: center;
	font-family: font;
}
.formulario{
	font-family: font;
	font-size: 130%;
	text-align: justify;
	margin: 75px 130px;
	line-height: 2;
}
input{
	font-family: font;
	position: absolute;
	margin: 10px 0px 0px 10px;
	padding: 2px 8px;
	max-width: 300px;
	height: 20px;
}
.inputbuttom{
	font-family: font;
	position: absolute;
	width: 220px;
	height: 20px;
	margin: 40px 7px;
	padding: 10px 0px 30px 0px;
	font-size: 120%;
}
input[type=submit]{
	background: #CF000F;
	border: none;
	color: #FFF;
	transition-duration: 0.4s;
}
input[type=submit]:hover{
	background: #D64541;
	transition-duration: 0.4s;
	cursor: pointer;
}
.inputbuttom2{
	font-family: font;
	text-align: center;
	position: fixed;
	width: 300px;
	height: 20px;
	margin: 20px 0 -20px 0;
	padding: 10px 0px 40px 0px;
	font-size: 120%;
}
.inputindex{
	font-family: font;
	position: absolute;
	margin: -2px 5px;
	width: 200px;
	height: 20px;
}
.inputbox{
	font-family: font;
	width: 383px;
	height: 200px;
	resize: none;
}
.sideb{
	width: 383px;
	height: 200px;
	text-align: justify;
	margin: -475px 500px;
}
