body{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#footer{
	z-index: 37;
	width: 100%;
	color: #ffffff;
	background-color: #444444;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#box{
	width: 100%;
	max-width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
	color:#FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

a { color:white; text-decoration: none } /* Globally */
a:link { color: white; text-decoration: none}
a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:blue; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:black }

p{
	line-height: 130%;
	color: #444;
	font-size: 90%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

b{
	line-height: 80%;
	color: #444;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}