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

/*
 * STYLING
 */
* {
	margin:				0px;
	padding:			0px;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}
html, body {
	width:				100%;
	height:				100%;
	background-color:	#0e0e0c;
}
img {
	border:				0px;
}
header, section, article, aside, nav, footer, div {
	display:			block;
	position:			relative;
}

#contentcontainer {
	width:				100%;
	height:				100%;
	text-align:			center;
}
#contentcontainer:before {
	content:			"";
	vertical-align:		middle;
	display:			inline-block;
	height:				100%;
	width:				0px;
}
#contentcontainer > div {
	border:				0px;
	display:			inline-block;
	max-width:			1067px;
	width:				100%;
	height:				auto;
	vertical-align:		middle;
	margin-left:		-4px;
}
/*
.tx-imagecycle-pi1 {
	width:				auto !important;
}

.tx-imagecycle-pi1 ul {
	width:				100% !important;
	height:				auto !important;
}

.tx-imagecycle-pi1 ul li {
	position:			absolute !important;
}

.tx-imagecycle-pi1 img {
	width:				100% !important;
	height:				auto !important;
}
*/
