@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../bg.gif);
	background-repeat:repeat-x;
	background-color:#000;
	margin-top: 15;
}

content {
	background: #e6007e;
	vertical-align:middle;
}


.testi {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.testiTrasp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	line-height:1;
}

.img {
	vertical-align:middle;
	text-align:center;
}

.fb {
	text-align:center;
}

a:link {
	color: #448ca4;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #448ca4;	
}
a:hover {
	text-decoration: none;
	color: #145267;
}
a:active {
	text-decoration: none;
}
