body {
	margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;

     }

#global {
    position: relative; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	top:20%;
	text-align: left; /* to realign your text */
    }

#csflash {
    position: relative;
	top: 90px;
	}
