html, body, * {
	padding:0px;
	margin:0px;
}

body{
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	margin:0px;
}

h1 {
	font-variant:small-caps;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 8px;
}
	h2 {
		color:#000000;
		font-size:1em;
		font-weight:bold;
		margin-bottom: 5px;
	}

p {
	color:#000000;
	line-height:20px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

a, p a {
	color:#000000;
}
a img{
	border: 0px;
}

#header,
#menu,
.footer,
.copyright,
.logo,
#leftmenu,
.content-lang,
#content-direct,
.pad,
.header-img{
	display: none;
	position: absolute;
	top: 0px;
	left:0px;
}