@charset "utf-8";

/* 
www.galaleus.com
created: 27.12.09
last-mod: 27.12.09
TotalCom Srl
*/

/* body/html */

body, html {
		margin:0; padding:0;
		background:#ededed;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px; color:#363636;
}

/* standard links */

a:link 			{ font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#363636; text-decoration:underline; }
a:visited 	{ font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#363636; text-decoration:underline; }
a:active 		{ font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#363636; text-decoration:none; }
a:hover 		{ font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#363636; text-decoration:none; }

/* underconstruction */

div.uc {
		position:absolute;
    left:50%; top:50%;
    width:480px; height:360px;
    margin-left:-240px;
    margin-top:-180px;
		background:#ffffff url("../img/bg_uc.gif") repeat-x top left;
}
div.logo {
		position:absolute;
		width:192px; height:154px;
		margin:55px 0 0 144px;
}
div.slogan {
		position:absolute;
		width:100%;
		margin:222px 0 0 0;
		text-align:center;
		font-weight:bold;
		color:#0091c9;
}
div.flags {
		position:absolute;
		width:116px; height:17px;
		margin:275px 0 0 182px;
		background:url("../img/flags.gif") no-repeat top left;
}
div.soon {
		position:absolute;
		width:100%;
		margin:336px 0 0 0;
		text-align:center;
		font-weight:bold;
		color:#ffffff;
}





