html {
	background: #000000;
}

body {
    background: #000000 url('background.page.jpg') center -20px no-repeat;
}

a, a:link, a:active, a:visited {
    color: #336699;
}
a:hover {
    color: #6699FF;
}

.Page {
    height: 550px;
    margin: 0 auto;
    position: relative;
    width: 850px;
}

.Page .Header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
}

.Page .Header .Logo {
    border: none;
    bottom: 0;
    height: 33px;
    left: 20px;
    position: absolute;
    width: 135px;
}

.Page .Video {
    background: transparent url('background.video.gif') no-repeat;
    height: 310px;
    left: 24px;
    position: absolute;
    top: 109px;
    width: 496px;
}

.Page .Video #widget {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 480px;
    height: 292px;
}

.Page .Info {
    color: #ffffff;
    height: 290px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 125px;
    width: 262px;
}

.Page .Info .Name {
    font-size: 125%;
    margin-bottom: 25px;
}
.Page .Info .Activity {
    font-weight: bold;
    margin-bottom: 3px;
}
.Page .Info .Status {
    font-size: 80%;
    font-style: italic;
    margin-bottom: 25px;
}
.Page .Info .Date {
    margin-bottom: 3px;
}
.Page .Info .Venue {

}
.Page .Info .Location {
    font-style: italic;
    margin-bottom: 25px;
}
.Page .Info .Description {
    font-size: 90%;
}

.Page .Footer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.Page .Footer p {
    color: #999999;
    font-size: 85%;
    text-align: center;
}