/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#0869AD;
}
#central{
	margin:0 auto;
}

