@charset "UTF-8";
#container {
	width: 980px;
	background-image:url(../../lecrin/img/desert/back_image_single.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height:100%;
}
body > #container{
    height:auto;
}