h1 {
    font-family: optima;
    font-size: 40px;
    color: white;
    font-weight: 900;
    font-style:italic
}
h2 {
    font-family: optima;
    font-size: 20px;
    color: #ffcd03;
    font-weight: bold;
}
h3 {
    font-family: optima;
    font-size: 16px;
    color: white;
    font-weight: normal;
}
p {
    font-family: optima;
    font-size: 14px;
    color: white;
}
a {
    font-family: optima;
    font-size: 14px;
    color: white;
}
img.bg {
	/* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;
                        
        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
                        
        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

img {
	border: 0px;
}
                
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
        	margin-left: -512px; 
	}
}
                
#sidebar {
	position: fixed;
	top: 50px;
	left: 10px;
	width: 200px;
	height: 400px;
	z-index: 9999;
}

#content { 
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: rgba(0,0,0,0.9);
	border-radius: 15px;
	height: 100%;
	top: 50px;
	padding: 50px;
	padding-top: 10px;
	
}
#padding { 
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
	height: 100%;
	top: 0px;
	bottom: 50px;
	
}
#twitter { 
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-radius: 15px;
	height: 100%;
	top: 50px;
	padding: 50px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.9);
	
}
#facebook { 
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-radius: 15px;
	height: 100%;
	top: 50px;
	padding: 50px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.9);
	
}
	
@font-face {
 font-family: optima;
 src: url("font/Optima.eot") /* EOT file for IE */
}
@font-face {
 font-family: optima;
 src: url("font/Optima.ttf") /* TTF file for CSS3 browsers */
}


/*** MENU CODE ***/

.home {
	width: 180px;
	height: 32px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/home_off.png);
}
.home:hover {
	background-image:url(menu/home_on.png);
}
.news {
	width: 180px;
	height: 33px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/news_off.png);
}
.news:hover {
	background-image:url(menu/news_on.png);
}
.about {
	width: 180px;
	height: 31px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/about_off.png);
}
.about:hover {
	background-image:url(menu/about_on.png);
}


.press {
	width: 180px;
	height: 33px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/press_off.png);
}
.press:hover {
	background-image:url(menu/press_on.png);
}
.photos {
	width: 180px;
	height: 33px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/photos_off.png);
}
.photos:hover {
	background-image:url(menu/photos_on.png);
}
.videos {
	width: 180px;
	height: 30px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/videos_off.png);
}
.videos:hover {
	background-image:url(menu/videos_on.png);
}
.filmmakers {
	width: 180px;
	height: 33px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/filmmakers_off.png);
}
.filmmakers:hover {
	background-image:url(menu/filmmakers_on.png);
}
.getinvolved {
	width: 180px;
	height: 33px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/getinvolved_off.png);
}
.getinvolved:hover {
	background-image:url(menu/getinvolved_on.png);
}
.contact {
	width: 180px;
	height: 31px;
	display: block;
	background-repeat:no-repeat;
	background-image:url(menu/contact_off.png);
}
.contact:hover {
	background-image:url(menu/contact_on.png);
}