body

		{
		padding: 0;
		font-family: Arial, Helvetica;
		font-size: 12px;
		color: #ffffff;
		background-color: #000000;
		}

a:link		{	
			text-decoration: underline;
			color: #ffffff;
			background: none;
			}
			
a:visited 	{
			text-decoration: underline;
			color: #ffffff;
			background: none;
			}
			
a:active	{
			text-decoration: underline;
			color: #ffffff;
			background: none;
			}
			
a:hover		{
			text-decoration: none;
			color: #ffffff;
			background: none;
			}
			
/* index */

#sisalto
		{
		margin-top:40px;
		position: absolute;
		width: 230px;
		left: 50%;
		margin-left: -115px;
		}
		
.one{
	background-color:#FF9900;
	color: #000000;
	width:190px;
	padding-left:10px;
	padding-top:30px;
	height:576px;
	text-align: left;
}

.two{
	background-color:#FFFF00;
	color: #000000;
	width:190px;
	padding-right:10px;
	padding-top:260px;
	height:135px;
	text-align: right;
}
.middle{
	background-color:#FFCC00;
	color: #000000;
	width:200px;
	height:400px;
}