* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #bcc7e6;
}

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

