html, body {	height: 100%;	background: #000;	color: #000;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;}* * body {    text-align: center;}#main {	position: relative;	width: 400px;	min-height: 100%;	margin: 0px auto;	z-index: 2;}* html #main {	height: 100%;	text-align: left;}#header {	position: absolute;	top: 0;	margin: 0;	padding: 0;	height: 80px;	width: 400px;	z-index: 4;	background-image: url(gfx/header-popup.jpg);	background-repeat: no-repeat;	background-position: center top;}#content {	position: relative;	padding: 80px 12px 25px 12px;	width: 376px;	z-index: 3;	background-color:white;	height:100%;}#footer {	position: absolute;	bottom: 0;	height: 25px;	width: 400px;	z-index: 4;	background-image: url(gfx/footer-popup.jpg);	background-position: center bottom;	background-repeat: no-repeat;}* html #footer {    bottom: -1px; /*for IE*/}#footer p {	text-align: right;	margin: 10px 0 0 0;	padding: 0 10px 0 0;}#footer p img {	border: none;}a {	color: #e6128f;	text-decoration: none;}a:hover {	color: #bd007c;	text-decoration: underline;}input {	background: #FFFFFF;	height: 17px;	width: 200px;	border: 1px solid #E9E6D7;	font: 11px Verdana, Arial, Helvetica, sans-serif;}textarea {	background: #FFFFFF;	height: 150px;	width: 200px;	border: 1px solid #E9E6D7;	font: 11px Verdana, Arial, Helvetica, sans-serif;}td {	padding: 3px;	vertical-align: top;}input#verzend {	width: 57px;	height: 17px;	border: none;}
