body {
    font-family: "Georgia",serif;
    font-size: 10pt;
    height: 99%;
    line-height: 180%;
    text-align: center;
}

a, a:visited {
    color: #990426;
}

#container {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    height: 99%;
}

#left {
    width: 370px;
    float: left;
    border-right: 1px solid #cccccc;
    padding-right: 20px;
}

#right {
    width: 370px;
    margin-left: 390px;
    padding-left: 20px;
}

#footer {
    text-align: center;
    position: fixed;
    bottom: 1px;
    width: 780px;
    color: #444444;
    line-height: 100%;
    font-size: 80%; 
}

.download {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: dotted black 1px;
}
