/* Begin general styles */

html {
	width:100%;
	height:100%;
}

body {
    font-size: 87.5%;     /* Reset base size to 14px */
    line-height: 1.43em; /* Reset line height to 20px */
		width:95%;
		height:80%;


}
body, h1, h2 {
    font-family: Helvetica, Arial, Geneva, sans-serif;
}
#total_wrapper {
    background-color: #FFFFFF;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
		background-position: top center;
		width:1000px;
		margin:0 auto;

}


img
{
	border:0;
}

p {
    font-size: 87.5%;
    padding-left: 1em;
    padding-right: 1em;
}

a:link, a:visited {
    color: #65a9df;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    text-decoration: underline;
}

h1 {
    font-size: 1.43em;
}

h2 {
    font-size: 1.14em;
}

.titolo {
    color: #65a9df;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.7em;
}
.yellow {
    color: #fcec40;
}

/* End text */


/* Begin header styles */

#header {
	
	margin:10px 0;

}

#logo {
    padding-top: 0px;
   
    margin-left:5px;

}

#body {

	width:816px;
	margin:10px auto;
	
}

#footer {
  
   text-align: right;
   margin-top:42px;
}

#box {

    height: 600px; /*362x816*/
    width: 816px;
    background-image: url(../images/box_main.png);
    background-repeat: no-repeat;
}
#box_left {
    float:left;
    width: 410px;
    margin-left:10px;   
} 

#box_right{
    float:right;
    width: 328px;
    height: 300px;
    margin-right:20px;
    
    background-image: url(../images/box_testo.png);
    background-repeat: no-repeat;
      

}

#cam {
 width:410px;
 
 height:300px;
 margin-left:10px; 
 background-image: url(../images/box_video.png);
 background-repeat: no-repeat;
}






