*{
	margin: 0;
	padding: 0;
}

body{
	font-family: helvetica, arial, verdana;
	color: #ccb378;
	background: url(images/pattern.jpg) top left;
}


/*----------------------------LAYOUT-----------------------------*/
#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#flash-main{
	width: 800px;
	height: 600px;
	margin: 80px 0 0 0;
}

#flash-inspiration{
	width: 800px;
	height: 670px;
	margin: 50px 0 0 0;
	position:relative;
}

/*Ad Index*/
#horiz        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#dead_mid    
	{
	margin-left: -400px;
	position: absolute;
	top: -291px;
	left: 50%;
	width: 800px;
	height: 582px;
	visibility: visible;
	background: aqua
	}

#ad{
	position: absolute;
	width: 800px;
	height: 582px;
	top: 0;
	right: 0;
	z-index: 600;
}
	
#knapp{
	width: 100px;
	margin: 0 auto;
	padding: 1px 0 2px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f64945;
}
/*End Ad Index*/
/*---------------------------END LAYOUT--------------------------*/


/*----------------------------CLASSES----------------------------*/
.contact{
	width: 670px;
	padding: 3px 0 1px;
	margin: 5px auto 15px;
	font-size: 9px;
	color: #f6eddc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #444;
}
/*--------------------------END CLASSES--------------------------*/


/*----------------------------IMAGES-----------------------------*/
img{
	border: none
}
/*--------------------------END IMAGES---------------------------*/


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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
