/*
########################################
########## Title: 	Manufaktur Ursprung CSS
########## Author: 	BC DESIGN®
########################################
*/

*
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

/* Clearfix */

.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }

html
{
	height: 100%;
}

body
{
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
	height: 100%;
}

a 
{
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

/*
########## FRAMEWORK ##########
*/


div#getFlash
{	
	background: url("../gfx/nonFlashContent.jpg") no-repeat;
	width: 500px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
	padding-top: 400px; 	
}

div#clickSense
{
	width: 70px;
	height: 100px;
	margin: 0 auto;
}


