body {
	background-color: #000000;
         margin-top: 0px;
         margin-bottom: 0px;
         padding: 0;
			text-align: center;
}

/* LAYOUT
--------------------- */
#main {
         width: 1024px;
         position: relative;
         margin-left: auto;
         margin-right: auto;
         margin-top: 0px;
}