

body {

	color: #000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 14px;

	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: center; /* Centers the page content container in IE 5 browsers. */

	background-image: url(http://px2.sfstatic.com/assets/images/backgrounds/carbon2.jpg);

	background-repeat: repeat-x;

	background-color: #000000;

	background-position: center -1px; /* this is sort of like the holy hack but for background images by assigning the -1 it forces IE to read the top of the page properly and since its such a small number it doesn't have a negative effect. */

}



#container {

margin-top:75px;

margin-bottom:100px;

margin-left:auto;

margin-right:auto;

padding-top:25px;

width:700px;

background-color:#E9E9E9;

}