.clear {clear:both;}

#footer {
	margin:0px auto;
	border:2px solid #606060;
	background-color:#606060;
	color:white;
	width:1000px;
}

#footerblock1 {float:left;width:249px;border: 0px solid white;}
#footerblock2 {float:left;width:249px;border: 0px solid orange;}
#footerblock3 {float:left;width:249px;border: 0px solid blue;}
#footerblock4 {float:left;width:249px;border: 0px solid purple;}
#footerfooter {font-size:15px;color:black;text-align:center;}
p.footertext {margin:15px 10px 10px 10px;}

@media screen and (max-width: 1000px) {
	#footer 	{width: 750px;}
	#footerblock1	{width:185px;}
	#footerblock2	{width:185px;}
	#footerblock3	{width:185px;}
	#footerblock4	{width:185px;}
	#footerfooter	{font-size:13px;}
}

@media screen and (max-width: 700px) {
	#footer		{width:460px;}
	#footerblock1	{width:228px;}
	#footerblock2	{width:228px;}
	#footerblock3	{width:228px;}
	#footerblock4	{width:228px;}
	#footerfooter	{font-size:12px;}
}

@media screen and (max-width: 500px) {
	#footer		{width:360px;}
	#footerblock1	{width:175px;}
	#footerblock2	{width:175px;}
	#footerblock3	{width:175px;}
	#footerblock4	{width:175px;}
	#footerfooter	{font-size:12px;}
}