.template-slice
{
	position: relative;
	width: 100%;
}

.template-container
{
	position: relative;
	width: 960px;
		margin: 0 auto;
}

.template-header{
	margin-top: 0px;
    /*
	background: transparent url(http://s3.amazonaws.com/basekit-template/live557_15-header.jpg?ts=1258980035) repeat-x 50% 0;
    */
	min-height: 425px;
}
.template-feature{
	min-height: 344px;
	margin-top: 0px;
}

.template-feature .slice-top
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 114px;
    /*
	background: transparent url(http://s3.amazonaws.com/basekit-template/live557_15-feature.jpg?ts=1258980035) repeat-x 50% 0;
    */
}

.template-feature .slice-middle
{
	position: absolute;
	left: 0;
	top: 114px;
	right: 0;
	bottom: 114px;
    /*
	background: transparent url(http://s3.amazonaws.com/basekit-template/live557_15-feature-slice.jpg?ts=1258980035) repeat 50% 0;
    */
}

.template-feature .slice-bottom
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 114px;
    /*
	background: transparent url(http://s3.amazonaws.com/basekit-template/live557_15-feature.jpg?ts=1258980035) repeat-x 50% 100%;
    */
}

.template-background-top
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 966px;
	background: transparent url(http://s3.amazonaws.com/basekit-template/live557_15-background.jpg?ts=1258980035) repeat-x 50% 0;
}

html.basekit body.edit .editor-primary, html.basekit body.preview .editor-primary, body.normal
{
	background: #ffffff url(http://s3.amazonaws.com/basekit-template/live557_15-background-slice.jpg?ts=1258980035) repeat 50% 0;
}
.template-content
{
	margin:0 auto;
	/*width: 960px;*/
	background-color: #ffffff;
	padding-bottom: 197px;
}
