
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(247,177,0); 
	margin: 10px;
	padding: 10px;
	text-align :center;
	background-color: #303030;
}

a:link { 
	color: rgb(247,100,0);
	}
a:visited { 
	color: rgb(247,70,0);
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: rgb(247,100,0);
	}

#container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 680px;
	border: solid 1px;
	background-color: #303030;
	background-image: url(imgfix/Amarillis_1.JPG);
	background-repeat: no-repeat;
	background-position: center center; 
}

#masthead
{
	font-size: x-large;
	font-weight: bold;
	color: rgb(247,177,0);
	position: relative;
	top: 0px;
	height: 70px;
	width: 800px;
	padding: 5px;
}

#main
{
	/* color: rgb(255,255,255);  */
	text-align :left;
	padding: 30px;
	position: relative;
	margin: 0 160px;
	/* border-style: dotted; */
	border-left: dotted 1px;
	border-right: dotted 1px; 
	height: 470px;
	overflow: auto;
	/* border-bottom: solid 1px; */
}

#optimizer
{
	color: rgb(205,205,205);
	font-size: small;
	text-align :left;
	padding: 0px;
}

#links
{
	padding-top: 30px;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 150px;
	height: 398px;
	/* border: solid 1px; */
}


#news
{
	padding-top: 30px;
	position: absolute;
	top: 70px;
	left: 650px;
	width: 148px;
	height: 398px;
	/* border: solid 1px; */
}

#testo
{
	color: rgb(205,205,205);	
	font-style: italic;
}

#fototext
{
	color: rgb(205,205,205);	
	font-style: oblique;
	font-size: small;
	text-align :center;
}

#footer
{
	
	/* border-top: solid 1px; */
	margin: 0 160px;
	top: 40px;
	padding: 15px;
	/* border: solid 1px; */
}
