@CHARSET "ISO-8859-1";
#body {
margin: 0;
padding: 0;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 600px;
margin-top: -300px;
margin-left: -400px;
border: 1px solid #333;
background-image: url(../images/background.gif);
background-repeat: no-repeat;
z-index: 2;
}

#banner {
position:absolute;
width: 100%;
height: 100px;
background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
z-index: 3;
}

#menu {
position:absolute;
width: 150px;
height: 300px;
margin-left: 50px;
z-index: 7;
}

#footer-top {
position:absolute;
width: 700px;
height: 100px;
margin-left: 50px;
margin-top: 328px;
z-index: 4;
}

#footer-bottom {
position:absolute;
width: 696px;
height: 98px;
margin-left: 50px;
margin-top: 500px;
border-top: 2px solid #ffffff;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
background-color: #e51937;
z-index: 4;
}

#logo {
position:relative;
width: 100%;
height: 180px;
z-index: 5;
}

.button {
position:relative;
margin-top: 10px;
width: 148px;
height: 20px;
border: 1px solid #ffffff;
text-align: center;
font-family:"Calibri";
color: #ffffff;
z-index: 7;
}

a {
font-family:"Calibri";
color: #ffffff;
text-decoration: none;
}

#footer-text {
position:absolute;
margin-top: 10px;
margin-left: 15px;
height: 80px;
font-family:"Calibri";
font-weight:bold;
color: #ffffff;
z-index: 6;
}

#footer-bottom-image {
position:absolute;
margin-left: 448px;
width: 222px;
height: 100px;
background-image: url(../images/partypeople-tranparant2-bottom.gif);
background-repeat: no-repeat;
z-index: 6;
}

#footer-top-image {
position:absolute;
margin-left: 450px;
width: 222px;
height: 172px;
background-image: url(../images/partypeople-tranparant2-top.gif);
background-repeat: no-repeat;
z-index: 6;
}

#main {
position:absolute;
margin-left: 250px;
margin-top: 190px;
width: 500px;
height: 250px;
font-family:"Calibri";
color: #dddddd;
font-size: 12px;
overflow: auto;
z-index: 6;
scrollbar-3dlight-color:#22ace2;
scrollbar-arrow-color:#22ace2;
scrollbar-track-color:#0079b5;
scrollbar-darkshadow-color:#22ace2;
scrollbar-face-color:#0079b5;
scrollbar-highlight-color:#22ace2;
scrollbar-shadow-color:#22ace2;
}

.button:hover {
opacity:0.7;
filter:alpha(opacity=70);
}

.button2:hover {
background-color: #067ab5;
}

#creator {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 15px;
margin-top: 310px;
margin-left: -400px;
font-family:"Calibri";
color: #222222;
text-align: center;
font-size: 12px;
z-index: 2;
}
