html,body{height:100%}

body {
	background: #CC6733;
	color: #CC6733;
	margin:0;
    padding:0;
	height: 100%;
	font: 12px Georgia, "Times New Roman", Times, serif;
	
}

img {
	border: 0px;
	display: block;
}

#container-home {
	background-color: #ffffff;
	height: 2000px;
	min-height:100%;
	height:auto;
	width: 548px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/indexbg.gif);
	
}
	
#inside-home {
	height: 500px;
	width: 374px;
	padding-left: 87px;
	padding-right: 87px;
	text-align: center;
}