* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-size: 10pt;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
	color:#49354a;
}

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

a:link, a:visited {
	color: #E0000A;
	text-decoration: none;
}

img.alignright2 {
	float: right;
	margin: 0 160px 0 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: -48px 160px 0 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

a:hover {
	color: #7E8843;
	text-decoration:line-through;
}

.active {
	font-style:italic;
	background-image:url('imgs/dot2.gif');
	background-position:left center;
	background-repeat: no-repeat;
}

a img { border: none; }

#menu {
	background-color:#FFFFFF;
    width: 112px;
    overflow: auto;
    top: 30px;
	left: 30px;
    position: fixed;
	padding: 10px 10px 10px 10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li.section-title {
	background-image:url('imgs/dot.gif');
	background-position:left bottom;
	background-repeat: no-repeat;
	color:#49354a;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;
	margin-bottom: 5px;
	border-bottom:dotted #e4e3d2 1px;
}

#menu li {
	padding-left: 10px;
}

#menu a {
	color: #008c9f;
}

#menu a:hover {
	color: #A6E3CD;
}

#flash {
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:896px;
	height:645px;
	background-image: url(imgs/world.png);
	background-repeat: no-repeat;
}
#game {
	margin-left:auto;
	margin-right:auto;
	padding-top:138px;
	width:550px;
	height:400px;
}

#txt {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

h1 { font-size: 32px; }
h2 {
	font-size: 19px;
	color:#49354a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h3 { font-size: 15px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#intro_img {
	width: 50%;
	position:absolute;
	left:25%;
	top:10px;
}

#top {
	position: fixed;
	width:100%;
	color: #49354a;
	background-color:#FFFFFF;
	left: 0px;
	top: 0px;
	height: 10px;
	padding: 2px 2px 5px 2px;
	visibility:visible;
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;	
}

#bottom {
	position: fixed;
	width:100%;
	color: #49354a;
	background-color:#FFFFFF;
	left: 0px;
	bottom: 0px;
	height: 10px;
	padding: 2px 2px 5px 2px;
	background-image: url('http://www.theeggs.biz/ndxz-studio/site/theeggs2/imgs/eggs.gif');
	background-position: right;
	background-repeat: no-repeat;
	visibility:visible;
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;	
}

#bottom a {
	color: #49354a;
}

#framed{
	width: 700px;
	height: 600px;

}

#background{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}


span.titolo {
	text-transform:uppercase;
}

#info {
	display:block;
	position:fixed;
	padding-bottom:20px;
}

.pics img {
	margin-left:10px;
	
}

hr {
  border: dotted 1px;
  width: 80%;
  color: #49354a;
  height: 1px;
}