	html, body{
		height: 100%;
		}
	body{
		margin: 0px;
		padding: 0px;
			background: #fff;
			color: #000;
				font-family: verdana;
				font-size: 10pt;
					text-align: center;
					/*border: solid 1px #f00;*/
					}
	#contain{
		margin: auto;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width: auto;
		padding: 0px;
		background: #fff;
		/*border: solid 1px #dadada;*/
		text-align: justify;
		}
	#title{
		display: none;
				}
	#menu{
		display: none;
				}
	#menu ul{
		display: none;
		}
	#menu ul li{
		display: none;
		}

	h3{
		font-family: georgia;
		}

	#foot{
		display: none;
		}