﻿/*--- FOGLIO DI STILE PAGINE UNITA' DIDATTICHE ---*/
/*--- Copyright (2008) Vindice Deplano. All rights reserved. ---*/

html{
	background-color: #177bd3;
	height: 100%;
}

body{
	background-color: #177bd3;
	color: #666666;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

/*--- PRINCIPALE ---*/
#oggettoflash_1{
	width:	100%;
	height: 100%;
}

#oggettoflash_2{
	width:	100%;
	height: 100%;
}

#animazione{
	height: 100%;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
}

/*--- REGISTRATORE ---*/
#arearegistradati{
	position: absolute;
	top: 0px;
	left: 0px;
}

#registradati{
	background-color: transparent;
	width: 1px;
	height: 1px;
}