*{margin:0;padding:0;border:none;outline:none;} 
*::selection{background-color:#0C5685;color:white;}
*::-moz-selection{background-color:#0C5685;color:white;}
/* Body */
html,
body{
	height: 100%;
}
body:before{  /* Opera Fix */
	content:"";
	height:100%;
	width:0;
	float:left;
	margin-top:-32767px;
}
body{
	position: relative;
	background: white url(img/bg.jpg) no-repeat center bottom;
	background-size: 100% cover;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
}
/* Paragraph, Links and Titles */
p{
	line-height: 26px;
}
a,
a:visited{
	color: #0C5685;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: underline;
}
h1{
	color: #8dc63f;
	font-size: 32px;	
	line-height: 40px;
	margin-bottom: 5%;
}
h1 span{
	color: #666;
}
h2{
	color: #0C5685;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 5%;
}
/* General */
#wrap{
	min-height: 100%;
	width: 100%;
}
.container{
	position: relative;
	max-width: 80%;
	width: 500px;
	margin: 0 auto;
}
.container #logo{
	width: 70%;
	height: auto;
	margin: 20% 0 10%;
}
/* Main */
#main{
	padding-bottom: 100px; /* same height as footer */
}
/* Footer */
#footer{
	position: relative;
	margin-top: -100px; /* same height as footer but negative */
	padding-top: 60px;
	height: 40px;
	background: transparent url(img/bg_footer.png) repeat-x left bottom;
	clear:both;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#footer p.credits{
	margin: 0 auto;
	max-width: 80%;
	line-height: 16px;
}
#footer p.credits a{
	color: #8dc63f;	
	border-bottom: 1px dotted #8dc63f;
}
#footer p.credits a:hover{
	text-decoration: none;
	border-bottom: none;
}
/* Responses */
@media screen and (max-width: 767px), screen and (max-height: 769px){
	body{font-size: 12px; color: black;}
	p{line-height: 20px;}
	h1{font-size: 24px;}
	h1 span{color: black;}
	h2{font-size: 14px; line-height: 22px;}
}