Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.


#top1{
border: 0 solid #fff;
padding: 0;
margin: 0;
background-image: url(imgs/top1.png);
background-repeat: none;
width: 952px;
height: 147px;
}
#top2{
border: 0 solid #fff;
padding: 0;
margin: 0;
background-image: url(imgs/top2.png);
background-repeat: none;
width: 952px;
height: 33px;
}
#bot1{
border: 0 solid #fff;
padding: 0;
margin: 0;
background-image: url(imgs/bot1.png);
background-repeat: none;
width: 952px;
height: 112px;
}
#contentBg{
border: 0 solid #fff;
padding: 0;
margin: 0;
background-image: url(imgs/contentbg.png);
background-repeat: repeat-y;
width: 952px;
height: 20px;
}
#content{
padding: 20px;
}
div.whatever {
height:auto !important; /* fixes height so it flexes in FF/etc. */
height:100px; /* ie reads this as min-height, FF ignores it for the !important rule */
min-height:100px; /* ie no-supporty */
}
1 to 6 of 6