@charset "UTF-8";
/* CSS Document for www.italwin.com*/

/***************************************************/

html {
	background-color: black;	
	height:100%;
}
body {
	background-color: black;
	height:100%;
	margin:0 auto;
	
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;*/
/*	font-family: "Courier New", Arial, Helvetica, sans-serif;*/
/*	font-family: Georgia, Arial, Helvetica, sans-serif;*/
/*	font-family: Impact, Arial, Helvetica, sans-serif;*/
/*	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
/*	font-family: "Times New Roman", Arial, Helvetica, sans-serif; */
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/

	font-size: 12px;
	text-align:left;
	color: white;
}

a, object {
	outline:0px !important;
	border:0px !important;
}

a:link {  color: white; text-decoration: none}
a:visited {  color: white; text-decoration: none}
a:hover {  color: white; text-decoration: underline}

#main {
	width:962px;
	margin:0 auto;
}

	#main table td{
		width:50%
	}
	
	.box {
		position:relative;
		z-index:70;		
		width:481px;
		height:629px;
/*		cursor:pointer;*/
		font-size:14px;
		font-weight:bold;
	}
		a.box_link {
			display:block;
			width:481px;
			height:629px;
		}
		
		.box a:link {  color: white; text-decoration: none}
		.box a:visited {  color: white; text-decoration: none}
		.box a:hover {  color: white; text-decoration: none}
	
	.box.toper {
		background: black url(../images/toper_box.jpg) top center no-repeat;
	}
	.box.italwin {
		background: black url(../images/italwin_box.jpg) top center no-repeat;
	}
	.toper_on {
		position:absolute;
		z-index:80;		
		top:0;
		right:0;
		_right:-1px;		
	}
	.italwin_on {
		position:absolute;
		z-index:80;		
		top:0;
		left:0;
	}
	.toper_text {
		position:absolute;
		z-index:80;
		top:143px;
		right:0;
		width:449px;
/*		height:66px;*/
		padding:8px 0;
		text-align:center;
	}
	.italwin_text {
		position:absolute;
		z-index:80;
		top:143px;
		left:0;
		width:449px;
/*		height:66px;*/
		padding:23px 0;
		text-align:center;
	}
	
#footer {
	position:relative;
	z-index:90;	
	width:400px;
	margin:0 auto;
	text-align:center;
}
	#footer_fisc {
		position:absolute;
		top:-80px;
		left:0;
		z-index:100;		
		background-color:black;
		width:400px;
/*		border:white 1px solid;*/
		border:#7db61a 1px solid;
		padding:10px 0;
		font-size:11px;
	}
	#footer_na {
		margin-top:10px;
	}
