﻿#container
{
    margin: 0 auto;
    width: 985px;
    background: url(../../assets/images/page_midSlice.gif) 0 0 repeat-y transparent;
    /*background: url(/global/images/landingPage_heightGrid.jpg) 0 0 no-repeat transparent;*/
}

.top {
	width:985px;
	height:22px;
	display:block;
	background-image:url(../../assets/images/page_topSlice.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
	padding:8px 0 4px 0;
	margin: 0 auto;
}

#page
{
    margin: 0 auto;
    width: 950px;
}

#content
{
    clear:both;
}

#header
{
    clear: both;
    padding:10px  0 10px 0;
}

#footer
{
    clear: both;
}

#contentbkContainer
{
    clear: both;
    margin: 0 auto;
    width:985px;
    height:5px;
    background: url(../../assets/images/page_btmSlice.gif) 100% 100% no-repeat transparent;
}
  .center { text-align: center;     margin: 0 auto;}
