html{
    position:relative;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:#fff;
	 height: 100%;
}
body{
    font:16px/1.5625 "Open Sans",sans-serif;
    color:#fff;
    background:#16a980 none 50% 0 no-repeat scroll;
    background-size:auto;
	text-align:center;
	 height: 100%;
	 padding:0;
	 margin:0;
}
@media screen and (max-width: 599px){
    body{
        font-size:15px
    }
}

img	{
	border:0px;
}
	
a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;	
}
a:hover {
	color:#fff;
	text-decoration:underline;	
}

.container {
   	position: relative;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
} 	

   
h1	{
	color:#fff;
	font-size:2em;
	font-weight:600;
	margin:2em;
}	 


p	{  
  padding:0px;
  margin:0px;
}
