@charset "utf-8";
/* CSS Document */

/* ------------------- Normalisation ------------------- */

/* Normalizes Padding and Margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin:0;
	padding:0;
	border:0;
}
#hidden-text {
	display: none;
}

/* Normalizes font-sizes for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/* Removes list styles */
ol, ul {
	list-style:none;
}
#globalNav li, .filmographyBox, #navFatBlocks ul{
	margin:0;
}
/* normalizes fonts (style and weights */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
/* Normalizes tables */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* Removes borders from fieldsets and images */
fieldset, img {
	border:0;
}
/* Left aligns captions and table headers */
caption, th {
	text-align:left;
}

/* ------------------- End Normalisation ------------------- */


body {
	text-align: center;
	background-image: url(assets/bg_material.jpg);
	background-repeat: repeat;
}


#back-map {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 47px;
	width: 93px;
	z-index: 2000;
}



#center {
	height: 507px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 60px;
}


