<? header('Content-type: text/css'); ?>
/* CSS Document */
#main_con{
	padding:0px;
	width:990px;
	margin:auto;
	/* MIN WIDTH */
	/*min-width:756px;
	/* width:expression(document.body.clientWidth < 800? "800px" : "auto" ); */
	/*width:expression(document.body.clientWidth > 1400? "1399px" : document.body.clientWidth < 756? "755px": "99.9%");
	
	/* MAX WIDTH */ 
	/*max-width:1400px;
	/*width:expression(document.body.clientWidth > 1400? "1400px": "auto" );*/
}
#con_2{
	background-image:url(_styles/silver/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#body{
	float:right;
	width:803px;
	margin-top:12px;
	padding-right:7px;
}

<?
	if($_SERVER['SERVER_NAME'] == "localhost"){
		include('http://localhost/mopar/_images/silver.css');
	}else{
		include('http://www.stockmopar.com/_images/silver.css');
	}
	
?>


