

body {
	margin: 0px;
	padding: 0px;
	font-family: Courier new, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

#page {
    margin: 200px 0px 200px 0px;
    text-align: center;
    width: 100%;
}
#page h3{
 font-size:12px;
}
#footer {
	float: left;
	line-height: 12px;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 20p;
    color: #000000;
	width: 100%;
    text-align: center;
}

#footer a {
		color: #000000;
		text-decoration: none;
		line-height:14px;
}
	
#footer a:hover {
		color: #555D8E;
}
