html {
	background-color:#f5f7f0;
}

body {
	text-align:center;
	width:100%;
	height:100%;
	color:#aaa;
	font-family: Arial;
	font-size:80%;
}

a {
	border:none;
	text-decoration:none;
}

#gray {
	height:400px;
	background-color:#333;
	padding-top:30px;
}

#products {
	margin-top:-300px;
	padding-bottom:100px;
}

#products a {
	margin:0 50px;
}