BODY {
padding: 0px;
margin: 0px;
background: lightgrey;
text-align: center;
}

A:link, A:visited, A:active {background: transparent; color: #004000; text-decoration: underline;}
A:hover {background: transparent; color: maroon; text-decoration: underline;}

#MainContainer {
width: 800px;
padding: 20px 40px;
background: white;
height: 100%;
min-height: 100%;
margin-left: auto;
margin-right: auto;
text-align: left;
font-family: Arial, sans-serif;
}

HTML>BODY #MainContainer {height: auto;}

H1 {
font-size: 36px;
}

.Boxshot {
text-align: center;
padding-left: 50px;
margin-top: 20px;
}

P, UL {
margin: 20px 60px;
font-size: 17px;
text-align: justify;
}

.List1 LI {margin-top: 15px;}

.Hilite {background: #FFFF80;}

.PaypalBttn {
margin-top: 30px;
text-align: center;
}

.DownloadLinks {
font-size: 17px;
text-align: center;
padding: 0px;
margin: 10px;
}

.Center {text-align: center;}

.Footer {font-size: 13px; text-align: center;}