body
{
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#cor0
{
	max-width:100%;
     position:relative;
     z-index:15;
     margin-top:10px;
	 margin-left:10px;
	 margin-right:10px;
}

img {max-width:100%}