@charset "UTF-8";
/* CSS Document */
/* /////////////// Hides the margin and allows the CONTENT DIV to use the full width of the site ////////////////// */

#margin {
	display: none;
} 
#content {
	margin: 0px 0px 0px 0px;
}

