#mainContainer {
width: 800px;
min-height: 100%;
height: auto !important;
margin: 0 auto;
top: 1px;
overflow: hidden;
visibility: visible;
background-color: #000000;
background-image: url('site-res/bg_pattern01.png');
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}

.mainContent {
width: 741px;
min-height: 700px;
margin-left: 30px;
margin-top: 10px;
background-color: #000000;
border-top: 1px solid #D5D5D5; 
border-left: 1px solid #D5D5D5;
}

.mainContentDiv1 {
width: 700px;
min-height: 180px;
height: 180px;
margin-left: 20px;
margin-top: 10px;
overflow: hidden;
visibility: visible;
background-color: #373737;
}

.mainContentDiv2 {
width: 700px;
min-height: 400px;
height: 400px;
margin-left: 20px;
margin-top: 5px;
overflow-y: auto;
visibility: visible;
background-color: #373737;
}

.mainContentDiv2 p {
padding: 0 50px 0 50px;
font-weight: bold;
}

.mainContentHeader span {
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
line-height: normal;
font-weight: bold;
color: #CCCCCC;
white-space: nowrap;	
}

.mainContentHeader {
text-align: center;
}

.headerContentText1 span {
line-height: normal;
white-space: nowrap;
font-family: 'Times New Roman', Times, serif;
font-size: 36px;
font-weight: bold;
color: #CCCCCC;	
}

.headerContentText2 span {
line-height: normal;
white-space: nowrap;
font-family: 'Times New Roman', Times, serif;
font-size: 24px;
font-weight: bold;
color: #CCCCCC;
}

.headerContentText3 span {
line-height: normal;
white-space: nowrap;
font-family: 'Times New Roman', Times, serif;
font-size: 24px;
font-weight: bold;
color: #CCCCCC;	
}

#mainContentPhoto {
width: 200px;
height: 150px;
float: left;
margin-top: 15px;
padding-left: 50px;
z-index: 0;
background-color: transparent;
}

#playerContainer {
width: 300px;
height: 150px;
float: right;
margin-top: 15px;
padding-right: 50px;
z-index: 1000;
background-color: transparent;
}

#player {
width: 300px;
height: 150px;
background-color: #222222;
}

#player a img {
margin: 0;
}

#credit {
width: 800px;
height: 20px;
text-align: center;
}

#credit a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CCCCCC;
}

#credit a:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #999999;
}