@charset "utf-8";
html,body {
	position: relative;
	background-image: url(images/spacer.png);
	background-repeat: repeat;
	margin:0;
	padding:0;
	margin:0 auto;
	text-align:center;
	height:100%; /* needed for container min-height */
}
#Wrap{
	position:relative; /* center, not in IE5 */
	width:832px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
/*	background-image: url(images/BG.jpg);
	background-repeat: repeat-y;
	*/margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Header{
	position: relative;
	width:800px;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:center;
}
#Pig{
	position: relative;
	text-align:center;
	background-image: url(images/multi-logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content{
	position: relative;
	margin:0 auto;
	text-align:center;
	width: 630px;
}
.Module{
	position: relative;
	margin:0 auto;
	text-align:center;
	width: 630px;
}
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
	position: relative;
	text-align:center;
	margin:auto;

}
.smallprint{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;

}
.Terms:link{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
	text-decoration:none;
}
.Terms:visited{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
	text-decoration:none;
}
.Terms:active{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
	text-decoration:none;
}
.Terms:hover{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
	text-decoration: underline;
}


