/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	background:url('accaliaBG.jpg') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;

	font-size: 1.7em;
	font-family: 'Roboto Condensed', sans-serif;
}

a, a:visited {
	outline:none;
	color:#fff;
}

a:hover{
	text-decoration:none;
}

#content{
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: #000;
	color: #fff;
	text-align: right;
}

span.title{
	font-size: .7em;
	padding-right: .5em;
}

h1, h2{
	text-transform: uppercase;
}
h1{
	font-size: 2em;
}
h2{
	font-size: .5em;
	margin-top: 1em;
}

