How about a simple trick:
1. Create a new Folder in SC Folder App_Themes called PortalBrand
2. Create Default.css with contents:
Code:@import url("../Base.css");
@import url("../Embedded.css");
.OuterPanel{
width: 500px;
}
.HeaderPanel{
display: none;
}
.FooterPanel{
display: none;
}
3. Build your branded Site, put an <iframe> in it with URL http://your-sc-url:8040/?Theme=PortalBrand
This way we integrated SC into our Homepage.