.background{
	background-color: #eeeeee;
	background-repeat:repeat;
}
/*
.article p {
	font-family: "verdana,geneva";
	font-size: 12;
}
@media only screen and (min-width : 601px) {
	.article p {
		font-size: 14;
	}

}
@media only screen and (min-width : 993px) {
	.article p {
		font-size: 16;
	}

}*/