body {
	
	padding:0;
	bottom:0;	
	margin:0;	
	border-style:solid;
	border-width:11px;
	border-color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	line-height:15px;
	color:#000;
	text-rendering: optimizeLegibility;
	}
	
	

.oneColElsCtr #container {
	width: 100%;
	background: #e7ecef;
	margin: 0px;
	text-align:left;
	}

.oneColElsCtr #mainContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	line-height:18px;
	color:#000;
	text-rendering: optimizeLegibility;
	}

::selection {
	background: #000;
	color: #FFF;
	}
::-moz-selection {
	background: #000;
	color: #FFF;
	}