@import url(/css/legacy_main.css);
@import url(/css/fm_main.css);
@import url(/css/vtc.css);
body {
background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}
div.main {

	clear:both; 
	width:965px !important; /*all div should be this width. DLV 11/08/05*/
	padding-left:20px;padding-right:14px;
	margin: -3px auto 0 auto;
	/*Hides from IE-Mac\*/
	margin: 0px auto 0 auto;
	/*End hide from IE-mac*/
background: url("/images/bg/gray_border_1000px.png") repeat-y top center;

}
/*Clears the bottom of the main class and id so that the bg flows to the bottom- buggy on old pages*/
div.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.main {height: 1%;}
div.main {display: block;}
/* End hide from IE-mac */
