/*-----------------------------------------------------------------------------
Alive at Night - Welcome Style Sheet
original author: Gavin Pearce (Wunderman EMEA)
last edited by: $Author$
last edited on: $Date$
last edited in revision: $Revision$
-----------------------------------------------------------------------------*/

/* =General (Global)
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-family: Arial, Verdana, Sans-Serif, Helvetica;
	background: #000;
	text-align: center;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
	margin-top: 10px;
}

:focus {
outline-color: #fff;
} 

/* =Content
-----------------------------------------------------------------------------*/
#content { 
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
}

/* =Typography
-----------------------------------------------------------------------------*/
#content .seo {
	display: none;
}

/* =Map
-----------------------------------------------------------------------------*/

#map {
	width: 1000px;
	height: 699px;
	margin: 0;
	padding: 0;
}

#map img {
	margin: 0;
	padding: 0;
}

html.map {
	overflow: auto;
}

