/* CSS Document */
* {
	margin:             0;
	padding:            0;
	border : 0;
}
body {
	background-color:#ffffff;
}
#container1 {
	width:987px;
	height: 707px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	position:relative;
	/*background:#464648;*/
	border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;

}

#container {
	width:981px;
	height: 704px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	position:relative;
	background-image:url(../images/intro.png);
	background-repeat:no-repeat;
}
#ita {
	width:60px;
	height: 21px;
	margin-left: 800px;
	margin-right: auto;
	margin-top:535px;
	position:absolute;
}
#eng {
	width:60px;
	height: 21px;
	margin-left: 797px;
	margin-right: auto;
	margin-top:555px;
	position:absolute;
}



