img#kupon{
	display: none;
}

html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: auto;
}

body {
	margin: 0;
}


#thewindow {
	 /*orig = none*/
	LEFT: 0px;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#thewindow #thewindowbackground {
	WIDTH: 100%;
	POSITION: absolute;
	height: 100%;
	BACKGROUND-COLOR: #AC1115;
	margin-left: 0px;
	margin-right: 0px;
}
#thewindow #thewindowcontent {
	DISPLAY: none;
	LEFT: 50%;
	MARGIN-LEFT: -192px;
	WIDTH: 528px;
	POSITION: absolute;
	TOP: 20px;
	HEIGHT: 619px;
}

