/* CSS Document */

* {
	padding: 		0;
	margin: 		0;
	}
	
body {
	background-color: #CCCCCC;
	}

