/* GERAL */

/* reset */

ul, ol, li, p, i, div, a, em, h1, h2, h3, h4, h5, form, input, textarea, label, dl, dt, dd, var, span, em, select, img, address, legend {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	clear:none;
	text-decoration:none;
	font-size:.93em;
	color:#000;
	font-style:normal;
	line-height:1.2em;
	z-index:1;
}
a {
	color:#999;
	font-weight:900;
}
a:hover {
	text-decoration:underline;
}
i {
	display:inline;
	float:none;
	clear:none;
	font-style:italic;
}
p a {
	display:inline;
	float:none;
}
label {
	display:inline-block;
}
fieldset {
	border:none;
	padding:0;
}

/* GERAL */

html {
	overflow-y:scroll;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	background:url(../img/bg.jpg);
	font-family:Verdana, Geneva, sans-serif;
}
.content {
	display:none;	
}