#container {
 background-image: url('../image/bg_container_ref.jpg');
}

#content {
 width: 793px;
 background-image: url('../image/bg_content_ref.jpg');
 background-repeat: no-repeat;
 float: left;
}

#contentcenter {
 width: 733px; 
 margin-top: 40px;
 margin-left: 30px;
 margin-right: 30px;
 margin-bottom: 20px; 
 text-align: left;
 float:left;
 display:inline;
}







#right {
 width: 284px;
 height: 324px;
 background-image: url('../image/bg_right.jpg');
 background-repeat: no-repeat;
 float: right;
 text-align:left;
}
