
html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0 auto; /* remove margins */
	border:0; /* remove borders */
	overflow-y: scroll;
}


body.not-front {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0 auto; /* remove margins */
	border:0; /* remove borders */
}

body.front #page {
	width:980px;
    margin:0 auto;
    position: relative;
}

body.not-front #header {
	position:static; /*position:fixed;*/
	width:100%;
	top:0px;
	margin-top:0px;
	z-index: 490;
}

body.not-front.mobile #header { /* MOBILE FIX */
    position: static;
}

body.not-front #target_data, body.not-front #breaking-news {
	width:980px; margin:0 auto;
	position: relative;
	/*top:172px;*/
}

body.not-front #target_data .box-border,
body.not-front #breaking-news .box-border {
    position: static;
    padding-top: 0px;
}

#breadcrumb{
    display:none;
}

body.not-front #breadcrumb {
	display:block;
}

body.not-front #main-wrapper {
	height:100%; /* set height to full page */
	background-attachment:fixed;
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	/*padding-top:153px;*/
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	min-height:504px;
}

body.not-front.mobile #main-wrapper { /* MOBILE FIX */
    background-attachment: scroll;
    padding-top: 0px;
}

body.not-front #footer {
   position:static; /*position:fixed;*/
   bottom:0px;
   background: transparent url('../images/footer_bg.png') repeat-x center top;
   width:100%;
   height:200px;
   z-index:100;
}

body.not-front.short-screen #footer {
    position:static;
}

body.not-front #footer>div,
body.not-front #header>div,
body.not-front #breadcrumb>div,
body.not-front #main-wrapper>div {
    overflow:hidden;
    width:980px;
    margin:0px auto;
    position:relative;
}
body.not-front #header>div { /* FIX FOR DROPDOWN MENU VISIBILITY */
	overflow:visible;
}
