/*@import url(/styles/default.css);*/

/*== Different images on the main page and interior: ==*/
html, body {background:#FFF url(../images/bg.jpg) no-repeat 50% 0; } 

/*== Portal level: main.css ==*/
body#main {background: #fff}


/*== positioning To the top ==*/
div#shiv {
	margin-top: -925px;	/* Half the height of div#centered. */
}



/*== Positioning to the center ==*/
div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 935px;
}




/*== Gets rid of the border around the content ==*/
.container{border: none; margin: 0 auto; width: 1000px;}




