* {
	margin: 0;	
	padding: 0;	
	list-style: none;      
	 /* 
	 border: 0;
	 border: 1px solid #fff;*/
}

body {
	margin-top: 25px;
	background-color: #fff; /*#39414A; */
	text-align: center;
	font-size: 100.01%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191C21;
}

#wrapper {
	width: 850px;
	
    margin-left: auto;
    margin-right: auto;

	
}



#main {
	margin-top: 25%;
    margin-left: 25%;
    margin-right: 25%;
    background: #fff ;	
	height: auto !important;
	text-align: center;

}

 h1 {

    font-size: 2.1em;
	font-weight: bold;   	
	line-height: 2.0em;
   
}

 h2 {
	font-size: 1.2em;
	line-height: 2.0em;
}



 a {
    text-decoration: underline;
    font-weight: bold;
    color: #9F9D9E;
}

 a:hover {
    color: #39424B;
}



.clear {
	clear: both;
}

