/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {	font: 11px Verdana, Geneva, sans-serif;

	background: #fff;
	background-image: url(http://wakistudio.com/files/varie/fondo_mc.gif);
	background-repeat: repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;	color : #666;}
a:active { text-decoration: none; color : #666;}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover { text-decoration: none; color : #fff; background:#FF3366;
 }

a img { border: none; }


#allmenu {
	width: 205px;
	overflow: auto;
	position: fixed;
	text-align: right;
	line-height: 1.4;
	list-style-image: none;
	list-style-type: none;
	height: 100%;
	background-color:#FFFFFF;
	font-style: italic;	
}

#menu1 {
	background-color:#FFFFFF;
	text-align: right;
	line-height: 1.4;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu1 ul {
	margin: 0;
	padding-top: 10px;
	list-style: none;
}

#menu1 ul li.section-title {
	font-size: 12px;
		color: #CCC;

}

#menu2 {
	text-align: right;
	line-height: 1.4;
	color: #CCC;
	bottom: 10px;
	padding: 20px;
}


#contenitore_pagina {
	margin-top: 30px;
}
#content {margin-left: 240px; margin-top: 0px;}
	.container {}
#content p {margin: 0px;}
	p {margin-bottom: 10px;}
	h1 { font-size: 32px; }
	h2 { font-size: 24px; }
	h3 { font-size: 16px; }
	h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	
}

#once { clear: left; }
/*
#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}*/

#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	
}



#frame {
	height: 900px;
}
