 
html {
	margin: 0;
	padding: 0;
}
        
body {
        font: 75% helvetica, arial, sans-serif;
        background: #dededc;
	color: #fff;
	margin: 0;
	padding: 0;    
}

 
/*#container, #container2, #container3, #container4, #container5, #container6, #container7{*/

#container, #container2, #container3, #container4, #container5 {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
}

#container{
    background: #dededc url(images/home.jpg) scroll no-repeat center center; 
}
        

 
#container2{
    background: #dededc url(images/seasons_top.jpg) scroll no-repeat top center; 
        
}

#container3{
    background: #dededc url(images/change.jpg) scroll no-repeat top center; 
        
}

#container4 {
    background: #dededc url(images/do.jpg) scroll no-repeat top center; 
}

#container5{
    background: #dededc url(images/we.jpg) scroll no-repeat top center; 
        
}

#text{
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
        
}

 
 
 
#container6 {
    background: #e7e7df url(images/6.gif) scroll no-repeat center center; 
}
 
#container7 {
    background: #e7e7df url(images/7.gif) scroll no-repeat center center; 
}
 
 
 
p{
    font: 11.5px helvetica, arial, sans-serif;
    color: #72706e;
    line-height: 2em;
    text-align:justify;
    padding:0;
    margin: 0 0 1.5em 0;
}
 
p span{
    text-transform: uppercase
}
h1{
    display: none;
}
 
a{
	text-decoration:none;
    }
 
#copy{
position: absolute;
top: 500px;
left: 380px;
width: 340px;
}

#copy4{
position: absolute;
top: 500px;
left: 420px;
width: 300px;
}
 
#copy5{
position: absolute;
top: 500px;
left: 80px;
width: 320px;
}
 
 
 
/*  ------ Menu ------- */
 
#footer{
position: absolute;
padding: 0;
height: 20px;
width: 450px;
top: 440px;
left: 54%;
margin-top: -10px;
margin-left: -200px;
z-index:5;
}
 
#footer2{
position: absolute;
padding: 0;
height: 35px;
width: 198px;
top: 500px;
left: 50%;
margin-top: -17.5px;
margin-left: -99px;
}

#media{
    position: absolute;
    width: 300px;
    margin-left: -150px;
    margin-top: 10px;
    left: 64%;

}

#media2{
    position: absolute;
    width: 425px;
    margin-left: -212.5px;
    margin-top: 80px;
    left: 50%;

}


ul#menu, ul#menu2{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:22px;
	font-weight:normal;
	font-family: Georgia, Palantino, serif;
	letter-spacing: 3px; 
    }
ul#menu
{
	height:27.5px;
	background:url(images/nav.gif) no-repeat 0 0;
}

ul#menu2
{
	height:17.5px;
	background:url(images/nav2.gif) no-repeat 0 0;
}
 
#menu li, #menu a{
    height: 28px;
    display block;
    float:left;
	margin:0;
	padding:0;
}

#menu2 li, #menu2 a{
    height: 17.5px;
    display block;
    float:left;
	margin:0;
	padding:0;
}

#menu span{visibility: hidden;}
#menu2 span{visibility: hidden;}
	
#menu,#menu2 li a
{
	color:#72706e;
	text-decoration:none;
}
	


#seasons a{ width: 110px; }
#change a{ width: 106px; }
#do{ width: 44px; }
#we{ width: 56px; }

#posters a{ width: 65px; }
#songs a{ width: 60px; }
#trailers{ width: 70px; }


#seasons a:hover {background:url(images/nav.gif) 0px -32px no-repeat; }
#change a:hover {background:url(images/nav.gif) -110px -32px no-repeat; }
#do a:hover {background:url(images/nav.gif) -216px -32px no-repeat; }
#we a:hover {background:url(images/nav.gif) -260px -32px no-repeat; }
	
#posters a:hover {background:url(images/nav2.gif) 0px -21px no-repeat; }
#songs a:hover {background:url(images/nav2.gif) -65px -21px no-repeat; }
#trailers a:hover {background:url(images/nav2.gif) -125px -21px no-repeat; }

/* Do this some time soon */
 
ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}
 
                    
                    
        
