/* Header
--------------------------------------------------------------------------- */

#header {
    height: 87px;
}

/* Logo ------------------------------------------------------------------- */

#logo a,
#logo {
    width: 240px;
    height: 77px;
    background-image: url(../images/misc/2020-logo.png);
}

/* Navigation ------------------------------------------------------------- */

#navigation li a {
    background-image: url(../images/misc/2020-navigation.png);
}

#navigation li#link-ppp a {
    background-position: -65px top;
}

#navigation li#link-ppp a:hover {
    background-position: -65px bottom;
}

#navigation li#link-2020 a {
    background-position: left bottom;
}

/* Video and About Switcher ----------------------------------------------- */

a.video-and-about-switcher {
    width: 134px;
    height: 54px;
}

a.video-and-friend-switcher {
	width: 134px;
	height: 54px;
}

a#learn-more {
    background-image: url(../images/misc/2020-why.png);
}

a#back-to-videos {
    background-image: url(../images/misc/2020-back-2.png);
}

/* Content
--------------------------------------------------------------------------- */

#content {
    padding-top: 10px;
}

/* About
--------------------------------------------------------------------------- */

#about-header {
    background: url(../images/misc/2020-about-header.png) center center no-repeat;
    height: 186px;
    width: 960px;
    text-indent: -10000px;
}

/* Friends
--------------------------------------------------------------------------- */

#friends a {
    display: block;
	margin: 0 auto 20px;
	width: 275px;
	height: 28px;
	background: url(../images/misc/2020-friends-link.png) center center no-repeat;
    text-indent: -10000px;
}

#friends-header {
	width: 185px;
	height: 48px;
	background-image: url(../images/misc/2020-friends-header.png);
	margin-top: 50px;
}

div.friend {
	float: left;
	margin: 30px 30px 0 0;
}

/* Footer
--------------------------------------------------------------------------- */

#footer {
    background-image: url(../images/misc/2020-stay-tuned-2.png);
    height: 40px;
}

