html, body {
    height: 100%;
    margin:0;
    padding:0;
}
#container {
    min-height: 100%;
    height:100%;
}
* html #container {
    height:100%
}H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #40462A;
}
.price {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
A:link {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:hover {text-decoration: none; color: #000000}H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #40462A;
}

.nobord {
border: 0;
}

