/* CSS Document */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #524BF3;
	background: -webkit-linear-gradient(#524BF3, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#524BF3, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#524BF3, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#524BF3, #FFF); /* Standard syntax */
	background-repeat: repeat-x;
}

#centered {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
