body {
	background: white;
	font-size: 12pt;
}

#header, #logo, #topmenu, #topmenu-bg, #options,
#features, #submenu, #footer, .fixpng, .preloader {
	visibility: collapse;
	display: none;
}

.keylook, .typo, .component, .button, 
.keylook1, .typo1, .component1, .button1,
.keylook2, .typo2, .component2, .button2,
.keylook3, .typo3, .component3, .button3,
.keylook4, .typo4, .component4, .button4,
.keylook5, .typo5, .component5, .button5,
.keylook6, .typo6, .component6, .button6 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;	
} 

#container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
   
div#container {
	margin-left: 10%;
	padding-top: 1em;
	/* border-top: 1px solid #000; */
}

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
   
#container a:link:after, #container a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}