﻿/* Inner MasterPage CSS File */
/* Used to override any rules which need to displayed differently in the inner */
/* template */
/*******************************************************************************/



/* site container */
/*******************************************************************************/

/* override the background rule */
div#bg_home
{
	background:url(/site/img/bgslice-inner.jpg) top repeat-x #FFF;
	width:100%;
}

div#admincontainer
{
    margin-top: 30px;
}
