/* CSS Zegna iJacket  2006 Screen */
@import url(content.css);
*{ margin: 0; padding: 0; /*border: none;*/ }
body {
	color: #FFF;
	text-align: center;
	background: url(../../img/bg_elements.jpg) center top repeat-y;
	background-color:#656559;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
/*#content{ width: 960px; margin: auto auto; height:604px; }*/
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
  
}

/*********************************************/
@media all {

#content {
	width:960px;
	height:604px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-302px 0 0 -480px;
	background-image: url(../../img/elements/bg_elements.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
body,html { height:100%;margin:0;}
}
/*********************************************/

/*#urlwrap {
	width: 760px; display: block; height: 25px; text-align: right; 
	background: url(../img/bk_top.jpg) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#urlwrap p { padding-right: 15px; line-height: 1; font-size: 9px; }
#urlwrap a { color: #fff; text-decoration: none;}
#urlwrap a:hover { color: #fff; text-decoration: none; }

#introwrap { width: 760px; display: block; height: 72px; text-align: left;
	background: url(../img/bk_intro.jpg) left top no-repeat;
	 }
#introwrap h1 { width: 38px; display: block; height: 34px;
background: url(../img/win.gif) left bottom no-repeat; margin-left: 30px;}
#introwrap h1 span { display: none; }
#introwrap p { margin: 5px 0 0 30px; color: #fff; line-height: normal;}

#cntwrap {
	width: 760px; display: block; height: 318px;
	background: url(../img/bk_cnt.jpg) left top no-repeat;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#menuwrap { width: 760px; display: block; }*/



