@charset "UTF-8";
/* CSS Document */

body,html {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px;
	height:100%;
}
DIV.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 810px;
      height: 540px;
      margin-left: -405px; /* half of width */
      margin-top: -270px;  /* half of height */
      background-color: #FFF;
}
DIV.inner {
      position:absolute;
      left: 50%;
      top :50%;
      width: 806px;
      height: 530px;
      margin-left: -403px; /* half of width */
      margin-top: -265px;  /* half of height */
      background-color: #FFF;
}
.creme {
background-color:#ede1ce;
}
.footer{
background: #FFF url(../images/bg_Footer.gif) repeat-x;
}
.but img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; }
.but:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8; }

