html, body {
    height: 100%;
    width: 100%;
}

.Page {
    background-color: #DFDFDF;
    border: 1px solid #FFFFFF;
    position: relative;
    width: 510px;
}

.Page .Corner {
    background: transparent url('corner.white.gif') no-repeat;
    height: 12px;
    position: absolute;
    width: 12px;
}

.Page .TL { background-position: top left; left: 0; top: 0; }
.Page .TR { background-position: top right; right: 0; top: 0; }
.Page .BL { background-position: bottom left; bottom: 0; left: 0; }
.Page .BR { background-position: bottom right; bottom: 0; right: 0; }

.Page .EventName {
    color: #666666;
    font-size: 120%;
    margin: 10px 15px;
}

.Page .Video {
    border: 1px solid #999999;
    width: 480px;
    height: 292px;
    margin: 0 auto;
}

.Page .Info {
    margin: 15px;
    text-align: center;
}

.Page .Info .Name {
    font-weight: bold;
    margin-bottom: 5px;
}

.Page .Info .Activity {
    color: #666666;
    font-size: 80%;
    font-style: italic;
    margin-bottom: 5px;
}

.Page .Info .Date {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 5px;
}

.Page .Info .Description {
    font-size: 80%;
}