html {
   height: 100%;
}
   
body {
	margin: 0px 0px 0px 0px;
	background-image: url(/images/momentum_btm_logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color : #666666;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
}

a {
   color : #0093D0;
   text-decoration: none;
}

a:hover {
   color : #4B3905;
   text-decoration: underline;
}

#center {
	text-align: center;
	margin-top: -150px;
	margin-left: -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
}
