@charset "utf-8";
/* CSS Document */

* {
margin:0px;
}

html, body {
	background-color: #CCDF5E;
	background-image: url(../images/bg_geral02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

