/* CSS Document for Suzanne Kasler */

/* Base page settings */
html * {
	margin:					0;
	padding:				0;
	border:					0;
}

html,
body {
	height:					100%; /* required to center the page vertically */
}

body {
	/** Lock the base font size to 10px so we can em everything **/
	font-size: 				10px;   /* 16px ? 62.5% = 10px */
	font-family:			Helvetica, Arial, sans-serif;
	color:					#666666;
	/*background:				#E8E4D7;*/
	background: #666666;
}



/********************
HOMEEEEEEEEEEEEEEEEE
*************************/


#logobig {

}

#logobig img {
 display: block;
 margin-left: auto;
 margin-right: auto ;
 margin-top: 160px;
 }
 
 
 #scritta{
	background-color: #666666;
	height: 80px;
	margin-top:50px;
	padding: 20px;
 }
 
#lang{text-align: center;
width:100%;
height:80px;}
 
#lang a{
	color: #fff;
	text-decoration: none;
	
}

#lang a:hover{
	color: #fff;
	text-decoration: underline;
}
 
 #scritta img {
 display: block;
 margin-left: auto;
 margin-right: auto ;
  margin-top: 10px ;
 }
 
 .alignleft {
float: left;
color: #fff;
font-size: 14px;
margin-left: 400px;
font-weight: bold;
}
.alignright {
float: right;
color: #fff;
font-size: 14px;
margin-right: 555px;
font-weight: bold;
}
 .aligncenter {
color: #fff;
font-size: 14px;
text-align: center;
font-weight: bold;
display: block;
 margin-left: auto;
 margin-right: auto ;
}
