#container    { /* div container of all the components */
                width:            1000px;
                height:           900px;
                margin-right:     auto;
                margin-left:      auto;
                margin-top:       0px;
                margin-bottom:    0px;
                text-align:       left;
                color:            #fff;
                background:       url(../img/bgmusic.jpg) no-repeat top left;
                font-size:        80%;
                
              }

#content_text_center {
                width:            595px;
                height:           466px;
                float:            left;
                display:          inline;
                padding:          0px;
                margin:           0px;
                line-height:      18px;
                margin-top:       10px;

                /*border: 1px solid #fff;*/
              }

#content_text_center p       {
                padding:          10px;
                text-align:       center;
                font-size:        140%;
                line-height:      20px;   
                font-weight:      bold;
                color:            #4b2705;
              }
              
#content      {
                color: #ffffff;
              }              




