/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDBB;
	background-color: #333;
}

#wrap {
    text-align:center;
	margin: 1em auto 0 auto;
	width: 80%;
    max-width:900px;
	height: 80%;
	overflow: auto;
	background-color: #EE9966;
    background-image:url('images/sunset_sky_background_192376.jpg');
    background-size:cover;
	border: 0.1em solid #666;
}

#year {
    width:100%;
    margin: 0 auto;
}

#head {
    margin: 0 auto;
    text-align: center;
    font-size:3em;   
}

#head1 {
    margin: 0 auto;
    text-align: center;
	width: 60%;
    
}

#menubar {
    background-color: #9A6156;
    width:75%;
    margin: 0 auto;
}

#text {
    margin: 0 auto;
	width: 80%;
	text-align: left;
}

#center {
    margin: 0 auto;
}

.poster{
    width:80%;
}

#thumb {
    padding:15px;
    float:left;
}

a.menu:link {
	color:#000000;
    font-weight:bold;
	text-decoration: none
		}
a.menu:visited {
	color:#000000;
    font-weight:bold;
	text-decoration: none
		}
a.menu:hover {
	text-decoration: none;
	color: #DDDDBB;
    font-weight:bold;
    background-color: #000000;
		}
a.menu:active {
	color:#000000;
    font-weight:bold;
	text-decoration: none
		}