body.home {
	margin:            0px;
	padding:           40px 0px 0px 0px;
	background-color:  #798A9E;
	background-image:  url(/images/pageBg.jpg);
	background-repeat: repeat-x;
	text-align:        left;
	font-family:       Arial;
	font-size:         12px;
	color:             #FFF;
	text-align:        center;
}
form {
	margin:  0px;
	padding: 0px;
}
input,
select,
textarea {
	font-family: Arial;
	font-size:   12px;
}
h1 {
	font-size:   20px;
	font-weight: normal;
}
h2 {
	font-size:   14px;
	font-weight: bold;
}
a img {
	border: none;
}
/* PAGE */
div.page {
	position:          relative;
	width:             801px;
	margin:            0 auto;
	background-image:  url(/images/contentBg.gif);
	background-repeat: repeat-y;
	text-align:        left;
}
/* META */
div.meta {
	position: absolute;
	top:      -30px;
	right:    0px;
}
div.meta td {
	padding: 0px 20px;
}
div.meta img {
	margin: 0px 3px;
}
/* CONTENT */
div.contentContainer {
	display:           block;
	position:          relative;
	background-image:  url(/images/imago.jpg);
	background-repeat: no-repeat;
	text-align:        left;
}
div.content {
	display:             block;
	position:            relative;
	padding:             230px 20px 20px 20px;
	background-image:    url(/images/footer.jpg);
	background-repeat:   no-repeat;
	background-position: bottom left;
	font-size:           13px;
	text-align:          left;
}