@charset "utf-8";

body{
	padding-bottom:50px;	
}

/* CSS Document */
.o_wrapper{
	max-width:800px;
	margin:0px auto;
	padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#p_header{
	margin-top:20px;
	display:table;
	width:100%;
}

span.seperator{
	display:block;
	height:3px;
	background:#e0e0e0;
	margin:20px auto;	
}


#p_content p a{
	color:inherit;
}

#p_content p{
	text-align:center;	
}

#p_content p i.fa-home{
	font-size:48px;
	margin-top:20px;
}

#p_header h2{
	text-align:center;	
}


