@charset "UTF-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
color: #333333; 
margin: 0 auto; 
width: 100%;
}

#zoomOut { 
position: relative;
-moz-transform: scale(0.75);
zoom: 0.75;
}

#page { 
position: relative;
top: 10px; 
background-image: url(../images/page_bg.png); 
background-position: center;
background-repeat: repeat-x;
height: 610px; 
width: 900px;
z-index: 2;
}

#content { 
position: relative; 
margin: 0 auto;
text-align:center; 
background-image:url(../images/content_bg5.png); 
background-position:center; 
background-repeat: no-repeat; 
height: 610px;
width: 836px;
}

.people {
position: relative; 
top: 93px;
left: 0px;
z-index: 100; 
}

#cheer {
position: relative; 
z-index: 50; 
top: -610px; 
left: 50%; 
margin-left: -396px; 
}

#footer {
position: relative;
top: 10px;
left: 50%; 
margin-left:-400px;
color:#666666;
font-size: .8em;
}

.weblink { 
position: relative;
color:#666666;
top: 0px;
left: 270px;
}

a:link, a:visited { 
color:#666666; 
text-decoration: none;
}

a:hover { 
color:#FFCC33; 
}