@import url(https://fonts.googleapis.com/css?family=Exo);
@charset "utf-8";

/*
Temporary page for www.fitme.pt
Designed by www.dsgdrops.com
If you need more informations, please email us at dev@dsgdrops.com
*/

/* body */
body, html {
	min-height:100%;
	margin:0;
	background-color:#000;
	font-family:'Exo', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#fff;	
}
a:link {
    color: #8DC63F;
    text-decoration: none;
}
a:visited {
    color: #8DC63F;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active {
    color: #8DC63F;
    text-decoration: none;
}
input {
    font-family:'Exo', sans-serif;
	font-size:18px;
	line-height:22px;
}
textarea, option, select {
    font-family:'Exo', sans-serif;
	font-size:18px;
	line-height:22px;
}
button {
    font-family:'Exo', sans-serif;
	font-size:18px;
	line-height:22px;
}

/* select */
::selection {
  background: #8DC63F; /* WebKit/Blink Browsers */
  color: #000000;
}
::-moz-selection {
  background: #8DC63F; /* Gecko Browsers */
  color: #000000;
}

/* footer box */
#box-footer {
	background: #000 url('../img/pag/footer.jpg') repeat-x;
	height: 600px;
}

/* end of styles */