/*@import url(/styles/default.css);*/

/*== Different images on the main page and interior: ==*/
html, body {background:rgb(170, 161, 146) url(../images/bg.jpg) 50% 0 repeat-y; height: auto;} 

/*== Portal level: main.css ==*/
body#main {height: 100%;}


/*== positioning To the top ==*/
div#shiv {
	margin-top: -750px;	/* Half the height of div#centered. */
}


/*== Positioning to the center ==*/
div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 750px;
}