@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	margin:0;
}
#wrapper {
	width:800px;
	background-repeat:repeat-y;
	margin:auto;
}
h3 {
	color:#333333;
	font-family:Helvetica-Black;
	font-size:20px;
	font-weight:bold;
}
h4 {
	color:#BD0003;
	font-family:Helvetica-Black;
	font-size:26px;
	font-weight:normal;
}
.forma {
	width:673px;
	height:400px;
	margin:auto;
	background-image:url(images/form_bg.jpg);
}

.footer2 {
	height:145px;
	background-image:url(images/footer_bg.png);
	text-align:center;
	
}
