html,body {
	margin:0;
	padding:0;
	height:100%; 
	margin:0px 0px 0px 0px;
		    scrollbar-face-color:#83A69F; 
        scrollbar-arrow-color:#FFFFFF; 
        scrollbar-track-color:#D6E3DF; 
        scrollbar-shadow-color:#FFFFFF; 
        scrollbar-highlight-color:#FFFFFF; 
        scrollbar-3dlight-color:#83A69F; 
        scrollbar-darkshadow-Color:#83A69F;
		background:url('../images/vin_2.gif') no-repeat top left;
}
p { 
	line-height:1.3; 
}
#container {
	position:relative; 
	margin:0 auto; 
	width:100%;
	height:auto !important; /* real browsers */
	height:100%;
	min-height:100%; 

}
#header_index {
	height:510px;
}
#header_index p {
text-align:justify;
		padding:0 1em;
}
#header {
	height:300px;
}
#header p {
text-align:justify;
		padding:0 1em;
}
#content {
	padding:1em 1em 160px;

}
#content p {
		text-align:justify;
		padding:0 1em;
	}
#footer {
	position:absolute;

	width:100%;
	height:170px;
	bottom:0; 
	background: url(../images/bottom1.gif) repeat-x bottom;
}
#footer p {
		padding:1em;
		margin:0;
	}
