/* General Styles */

*{margin:0;padding:0;}

body {
	min-width:1400px;
 /*	background:url('img/backbits_big.png') no-repeat  0%  20% ;*/
	color: #454456;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
}

.left {
		float:left;
}
.right {
	float:right;	
}

ul, ol {

	list-style:none;

}

img {
	border:none;

}




#main{
  width: 1000px;
  margin:10px  auto ; 
  /*margin-left:20em;*/
  text-align:left;
}


/*header*/

.tupertext {
	width:30%;
	margin: 5% 0 0 2%;
}

.tuperlogo {
	/*width:30%;*/

	margin: 0% 30%  0 0;
	/*background:url('img/tuperbits13.png') no-repeat 0% 0%;	*/
}


/*nav*/

#listnav {
		width:  70%;
 		margin: 0% 0 0 15%;
 		float:left;
 		

}

#listnav li {

	 /*display:inline;*/
	 margin: 0;
	 padding: 0px 20px 0 20px;
}

#listnav #navone img {

		width:10%;

}
#listnav #navthree img , #listnav #navfour img  {

		width:7%;
}

#listnav #navtwo img{
		width:17%;
} 


/*pres*/

#pres{
	background:url('img/backbits.png') no-repeat 0% -20%;	
	height:500px;
}





#tuperini_container {

		margin: 10% 0 0 40%;
}


/*footer*/

#footer {

	width:  40%;
	float: left;
	margin-left:30%;
	padding: 2% 0 2% 2%;
	color:#91002e;
	

} 

#footizq, #footder {

	background-color: #91002e;
	color:#fff;
	

}









