html,body {
	height:100%;
	width:100%;
	background-image:url(../images/Bg_Noodle.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.Homecontainer {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	height: 680px; 
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

#signature {
	font-family: Tahoma;
	font-size: 0.8em;
	text-align: left;
	padding: 8px;
	width: 1080;
	margin: 0 auto;
	color: #E40182;
}

#signature a {
	color: #E40182;
	text-decoration: none;
}

#signature a:hover {
	text-decoration:underline;
}