@charset "utf-8";

/*
	base.css
*/

html {
  background:			#ffffff;
  color:					#000000;
}

body {
  text-align:			center;
  position:				relative;
  width:					100%;
  min-width:			960px;
}

a:link, a:visited {
  color:						#75c438;
  text-decoration:	underline;
}
a:hover {
  color:						#ff5924;
  text-decoration:	underline;
}

footer {
  background: #75c438;
  padding:    20px 0;
  margin:     20px auto 0 auto;
  color:      #ffffff;
}

address {
  text-align: center;
  line-height:1.5;
}

@media screen and (max-width: 960px) {
  body {
  width:					100%;
  min-width:			320px;
}

}