html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
	line-height: 1;
	color: #000;
	background: #f0f0f0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
p{
	padding-bottom: 10px;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*display: block;*/
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}

html,
body {
	height: 100%;
	
}
body {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0), color-stop(1, #e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	background-image: linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	font-family: sans-serif;
	height: 100%;
	background-color: #f0f0f0;
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*** background imagens  ***/
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
/***  ***/
.container {
	width: 960px;
	padding-top: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 150;
}



.container .section {
  clear: both;
  padding: 10px;
}
