/* -------------------------------------------------------------------------------------------------------- *\
   Base
\* -------------------------------------------------------------------------------------------------------- */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

html, body
{
	height: 100%;
	width: 100%;
}
/* -------------------------------------------------------------------------------------------------------- *\
   Templates Main
\* -------------------------------------------------------------------------------------------------------- */

#body
{
	margin: auto;
}

#main
{
	font-family: Verdana, Helvetica, Clean, Sans-serif;
	font-size:14px;
	color: #666666;
	position: absolute;
	height: 500px;
	width: 500px;
	top: 50%;
	right: 50%;
	margin-top: -250px;
	margin-right: -250px;
}


#logo
{
	font-family: Verdana, Helvetica, Clean, Sans-serif;
	font-size:14px;
	text-align: justify;
	vertical-align: middle;
	width: 250px;
	background-image: url(logo_yn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	float: left;
}


#testo
{
	font-family: Verdana, Helvetica, Clean, Sans-serif;
	font-size:14px;
	color: #666666;
	background-image: url(logo_balan.jpg);
	background-position: center top;
	height: 500px;
	width: 250px;
	background-repeat: no-repeat;
	float: right;
}



#contenuto_testo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	height: 500px;
	width: 250px;
	padding-top: 100px;
}

a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}


a:hover
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline
}

p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
