@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	vertical-align: middle;
}
body {
	background-color: #000;
	text-align: center; /* hack para o IE */
	font: 11px Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #333;
}
#wrapper {
	background: url(../images/bg_top.jpg) no-repeat;
	width: 960px;
	height: 330px;
	position: absolute;
	top: 50%;
	left: 50%; 
	margin-top: -180px;
	margin-left: -480px;
	padding-top: 30px;
}  
#header {
	position: relative;
	width: 960px;
	height: 300px;
}
#header h1 {
	position: relative;
	margin-top: 90px;
	width: 520px;
	height: 121px;
	overflow: hidden;
	font-size: 16px;
	line-height: 120px;
	color: #fff;
	float: left;
}
#header h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logorossini.jpg) no-repeat center;
	text-align: center;
}
ul {
}
li {
	float: left;
}
li.mod a {
	display: block;
	width: 110px;
	height: 300px;
	background: url(../images/bt_mod.jpg) no-repeat;
}
li.mod a:hover {
	background-position: 0 -300px;
}
li.cla a {
	display: block;
	width: 110px;
	height: 300px;
	background: url(../images/bt_cla.jpg) no-repeat;
} 
li.cla a:hover {
	background-position: 0 -300px;
}
li.pol a {
	display: block;
	width: 110px;
	height: 300px;
	background: url(../images/bt_pol.jpg) no-repeat;
} 
li.pol a:hover {
	background-position: 0 -300px;
}
li.let a {
	display: block;
	width: 110px;
	height: 300px;
	background: url(../images/bt_let.jpg) no-repeat;
} 
li.let a:hover {
	background-position: 0 -300px;
}
#contentprimary {
	width: 520px;
	height: 20px;
	margin-top: 10px;
	float: left;
	text-align: left;
	text-decoration: none;
}
#contentprimary a {
	text-decoration: none;
	color: #666;
}
#contentprimary a:hover {
	text-decoration: none;
	color: #FFF;
}
#contentsecondary {
	width: 440px;
	height: 20px;
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	float: right;
}
#credito {
	width: 960px;
	height: 20px;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	float: right;
}
.orange {
	color: #F30; 
}
