#PageMain { margin-top: 2px; }

#PageFooter { margin-top: 2px; }

.googleCalendar {
 position: relative;
 height: auto;
 width: 100%;
 padding-bottom: 50%;
}

.googleCalendar iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: none;
 border-radius: 2px;
 padding: 10px;
 background: #ffffff;
}