@charset "utf-8";
/* CSS Document */

.frameFoot1 
		{float: left ; margin : 10px ; width : 46% ; min-height : 200px ;}

.frameFoot2 
		{float: right ; margin : 10px ;width : 46% ; min-height : 200px ;}
		
#footer
		{ height : 250px ;margin : auto ;width : 100% ;background-color: #333; }
		
.footText
		{color : #FFF ; padding : 5px ; }
.footText a
		{text-decoration : none ; color : #FFF ;}
@media screen and (max-width : 640px )
	{
		.frameFoot1 
		{float: left ; margin : 10px ; width :96% ; min-height : 100px ;}

		
		.frameFoot2 
		{float: left ; margin : 10px ; width : 96% ; min-height : 100px ;}
		
		#footer
		{ height : 400px ;margin : auto ;width : 100% ;max-width : 700px ;background-color: #333;}
	}