body {
	
	padding:0;
	bottom:0;	
	margin:0;	
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	line-height:15px;
	color:#fff;
	text-rendering: optimizeLegibility;
	}
	

.oneColElsCtr #container {
	width: 100%;
	background: #000;
	margin: 0px;
	text-align:left;
	  background-repeat: no-repeat;
	  background-attachment: fixed;	

	}

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

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