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

body {
	background-color:#f2f2f2;
	background-image:url(linea.jpg);
	background-repeat: repeat-y;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#bottomAlign
{
	position: absolute;
	bottom:0px;
	left: 0px;
	z-index: 10;
}