::selection {
  background: #DFECEB; /* Safari */
}

::-moz-selection {
  background: #DFECEB; /* Firefox */
}

#MainOutter {
  -moz-box-shadow: 0 0 10px #CCCCCC inset; /* FF3.5+ */
  -webkit-box-shadow: 0 0 10px #CCCCCC inset; /* Saf3.0+, Chrome */
  box-shadow: 0 0 10px #CCCCCC inset; /* Opera 10.5, IE9 */
}

#Main {
  background: -moz-linear-gradient(left center , #F5F5F5, #F9F9F9, #F5F5F5) repeat scroll 0 0 transparent;  /* FF3.6 */
}