/* CSS Document */
html {
	height: 100%;
	}
	
	* html #container{
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
	
body{
margin-top: -5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13.5px;
background: #fff;
color: #606062;
}

#home{
width: 900px;
background: url(../gdr.jpg) no-repeat;
height: 600px;
margin: 0 auto;	
}