/* Super tiny responsive website template created for Elite Sales by Newcastle Nerd - www.newcastlenerd.com.au */

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: 14px; 
	color: #ffffff; 
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

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

h3 {
	text-align: right;
}

div {
	float:right;
	text-align: right;
}

a {
	color: #d51582;
}

img {
	max-width: 100%;
	height: auto;
}