html {
	background: url(back.jpg) no-repeat fixed left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-shadow: 1px 1px 0px #707070, 2px 2px 0px #000;
}

#logo {
        display: block;
        position: fixed;
        bottom:0;
        right:0;
        width: 120px; 
        height: 186px;
      }
#cprt {
        display: block;
        position: fixed;
        bottom:0;
        left:0;
      }
	  
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: fixed;
	height: auto;
	top: 0px;
	right: 122px;
}
#menu {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
