body {
    /*background-image: url(../images/dkgrayblk.gif);*/
    background-color: rgba(85, 85, 85, 1);
    margin: auto;
    max-width: 900px;
}

img {
    width: 100%;
    /*max-width: 750px;*/
    height: 25%;
    max-height: 25%;
}

iframe {
    width: 75%;
    /*max-width: 750px;*/
    height: 25%;
    max-height: 315px;
}

table, th, td {
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
    background-color: white;
    padding: 0px;
}

table.center {
    margin-left: auto; 
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.main {
    max-height: 100%;
    max-width: 100%;
}

.white {
    background-color: white;
}

p {
    font-size: small;
    padding: 0px;
    margin: 0px;
}

p.large_red {
    padding: 0px;
    margin: 0px;
    font-size:x-large;
    font-weight: bold;
    color: rgb(220, 36, 36);
    text-align: center;
    background-color: rgb(85, 85, 85);
}

iframe {
    height: 500px;
}

.p5 {
	max-height: 5%;
}
.p10 {
	max-height: 10%;
}
.p15 {
	max-height: 15%;
}
.p20 {
	max-height: 20%;
}
.p25 {
	max-height: 25%;
}
.p30 {
	max-height: 30%;
}
.p35 {
	max-height: 35%;
}
.p40 {
	max-height: 40%;
}
.p45 {
	max-height: 45%;
}
.p50 {
	max-height: 50%;
}
.p55 {
	max-height: 55%;
}
.p60 {
	max-height: 60%;
}
.p65 {
	max-height: 65%;
}
.p70 {
	max-height: 70%;
}
.p75 {
	max-height: 75%;
}
.p80 {
	max-height: 80%;
}
.p85 {
	max-height: 85%;
}
.p90 {
	max-height: 90%;
}
.p95 {
	max-height: 95%;
}
.p100 {
	max-height: 100%;
}