
@import url(common.css);

/*-----------------------------------------------------------------------------------------------
 Layout
-----------------------------------------------------------------------------------------------*/
body {
	background: #020507 url(img/home_body_bg.gif) top left repeat-x;
}

#outer-wrap {
	background: url(img/home_outer_wrap_bg.gif) bottom left repeat-x;
	width: 100%;
}

/* hack da rivedere */
p.slogan {position:relative;top:160px;  }

#left { width:450px; }
* html #left {margin-top: -60px;}

#nav {margin-left: 4px;}

/*-----------------------------------------------------------------------------------------------
 Lang
-----------------------------------------------------------------------------------------------*/
#lang { margin: 16px 0 0 0; }
#lang li.first a{margin-left:4px;}
* html #lang {margin-left: -4px;}

/*-----------------------------------------------------------------------------------------------
 Main
-----------------------------------------------------------------------------------------------*/
#main {
	padding: 20px 0 0 0;
	height: 590px;
	background: url(img/home_main_bg.jpg) center right no-repeat;
}

#content {
	position: relative;
	top: 115px;
}

h1.logo {
	width: 225px;
	height: 141px;
	background: url(img/home_logo.gif) left no-repeat;
	text-indent: -9999px;
}

p.ie {
	display: block;
	background: #9E0B0E url(img/home_ie_bg.gif) no-repeat;
	height: 61px;
	width: 955px;
	text-indent: -9999px;
	margin: 18px 0 10px 0;
}

