
div.main{
	width:1000px;
	margin:0 auto;
	margin-top:10px;
}


/*background*/
div#container { 
	width: 1000px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
body {
	padding-top: 40px;
}





