/* Design & Code (c) VHU Europe */
html, body {
	padding			: 0;
	margin			: 0;
	width			: 100%;
	height			: 100%;
}

body {
	background-color	: #333333;
	font-family		: Arial;
	color			: #FFFFFF;
}

#wrapper {
	postition		: absolute;
	top				: 0px;
	left 			: 0px;
	width			: 100%;
	height			: 100%;
}

#main {
	postition		: relative;
	top			: 50%;
	margin			: 0px auto;
	width			: 1000px;
}

.block {
	float			: left;
	width			: 219px;
	height			: 300px;
	padding			: 50px 15px 0px 15px;
	background-color	: #282828;
}

#contact {
	margin			: 10px 0px 0px 0px;
	text-align		: center;
}

/* Headings H1-H6 */
h1 {
	margin			: 50px 0px;
}

h2 {
	margin-bottom		: 20px;
	font-size		: 18px;
}

h3 {}

h4 {}

h5 {}

h5 {}

h6 {}


/* Paragraph and Link Styles */
p {
	font-size		: 11px;
	line-height		: 18px;
	text-align		: justify;
}

	#contact p {
		text-align	: center;
	}

a {
	color			: #FFFFFF;
	text-decoration		: none;
}

	a:hover {}

	#karma h2 a {
		color		: #B9066E;
	}

	#pure h2 a {
		color		: #FF0033;
	}

	#reelworld h2 a {
		color		: #99CC00;
	}

	#panther h2 a {
		color		: #CBCBCB;
	}

/* Lists and Navigation */
ul {}

	ul li {}


/* Forms */
form {}