﻿html{
		margin:0px;
		padding:0px;
    width:100%;
    height:100%;
}
	body
	{
		margin:0px;
		padding:0px;
		font-family:Tahoma,Arial,sans-serif;
		/*background:#e5e7e9 url(images/body_bk.gif) repeat-x;
        background-color:#e5e7e9;*/
        /*background-image:url('/images/backgrounds/isole_lofoten_norvegia_52042543_ml.jpg');*/
        /*background-image:url(images/monument_valley_40627033_ml.jpg);*/
        background-position:center center;
        background-size:cover;
        background-repeat:no-repeat;
		color: #545454;
		font-size:11px;
        width:100%;
        height:100%;
	}
    form {
        height:100%;
        width:100%;
    }
	#container
	{
		width:100%;
        height:100%;
	    background-image: url(images/headerCornice100px_bk_50.png);
        background-repeat:repeat-x;
        background-position:top left;
	}
	
	
