@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;	
}
body, html {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background:#D4DEFF;

}
html {
	width: 100%;
	height: 100%;
}
img {
	border: 0;
}
body {
	position:relative;
	height: 100%; /*define a altura m�nima para um objeto */
	width: 100%; /*define a largura m�nima para um objeto */
}
body div{
	position:relative;
	background-image: url(image2.jpg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 95%; /*define a altura m�nima para um objeto */
	min-width: 100%; /*define a largura m�nima para um objeto */
}

a {
	color: #BB0000;
	text-decoration: none;
}

h1 {
	position:relative;
	top:0px;
	font-size: 18px;
	text-align:center;
	color:#BB0000;
	font-family: helvetica;
	font-style:normal;
}