html{
	background:url('background.jpg') no-repeat center center;
	min-height:100%;
	background-size:cover;
}

body{
	/* START Workaround for some mobile browsers */
	min-height:100%;
	/* END */
	margin-top: 50px;
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-family: Century Gothic, sans-serif;
	font-size: 24px; 
	color: #000; 
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

h1{ 
	max-width: 100%; 
	min-width: 25%; 
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 5px; 
	font-size: 45px; 
}

a {
	color: #000000; 
}

img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px; 
}