html,body {
	height:100%;
	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
#container {
	background-image: url(imatges/fondocont.gif);
	background-repeat: repeat-y;
	background-position: right top;
	min-height:100%;
	height:auto;
	min-width:780px;
	width:100%;
	background-color:#ffffff;

}
*html #container {
	height:100%;

}