* {padding: 0;margin: 0}

html,body {height: 100%;min-width: 500px;min-height: 850px;}

body {background: #93a9d5 url(images/NobHill.jpg) no-repeat left bottom;background-attachment: fixed;color: black;font: normal 14px/1.5 georgia,times,serif}

#header div {width: 1088px;margin: 0 auto;}
#header {width: 100%;height: 135px;background: transparent url(images/redline.png) repeat-x top left;position: fixed;left: 0px;bottom: 0px;text-align: center;z-index: 1;}

#container {text-align: right;width: 530px;float: right;position: relative;clear: left;right: 315px;padding-bottom: 500px;}

.single {background: #93a9d5 url(images/nobhill.jpg) fixed no-repeat left bottom;color: black;font: normal 14px/1.5 georgia,times,serif;}



/* Reposition on scroll */
body.scrolled #header div {
	top: 1307px;
}

/* Reposition on orientation change */
body[orient="landscape"] #header div {
	top: 1220px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #header div {
	top: 1159px;
}



/* Reposition on scroll */
body.scrolled #container {
	height: 263px;
}

/* Reposition on orientation change */
body[orient="landscape"] #container {
	height: 176px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #container {
	height: 115px;

