
#bodyTop {
width: 976px;
height: 9px;
background-color: #000;
background-image: url(img/bodyTop.jpg);
background-repeat: no-repeat;
background-position: center;
}

#bodyBottom {
width: 976px;
height: 9px;
background-color: #000;
background-image: url(img/bodyBottom.jpg);
background-repeat: no-repeat;
background-position: center;
}

#bodyBorder {
width: 976px;
height: 350px;
background-color: #000;
color: #666;
}

#bodyBorder a {
color: #666;
text-decoration: none;
}

#bodyBorder a:hover {
color: #FFF;
text-decoration: none;
}

#bodyBorder p {
}

#bodyContent {
width: 572px;
vertical-align: top;
background-color: #000;
text-align: center;
}

#ShowContent {
width: 100%;
text-align: left; /* work better on old ie for innver div position*/
vertical-align: top;
height: 411px;
overflow: hidden;
background-image: url(/themes/default/body/img/ContentBackground.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

#ShowContent, #ShowContent p {
font-size: 13px;
color: #E5E5E5;
}

#loading {
position:relative;
left:0px;
top:175px;
width:100%;
height:0px;
z-index:5;
visibility: hidden;
text-align: center;
}

#loading img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 5px solid #000;
-moz-opacity:0.8;
opacity:0.8;
filter:alpha(opacity=80);
}

