*
          {
          margin:0;
          padding:0;
          background-color: transparent;
          }

body
          {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 12px;
	  text-align: left;
	  font-weight: bolder;
	  color: #385148;
          background: #fff url('../img/bg.jpg');
          }

img
          {
          border: 0px;
          }
          
a
          {
          border: 0px none;
	  text-decoration: none;
	  outline: none;
	  color: #82aa28;
          }
          
a:hover
          {
          color: #82aa28;
          text-decoration: underline;
          }

          
#core
          {
          text-align: center;
          width: 100%;
          margin-top: 200px;
          }

#banner
          {
          width: 800px;
          height: 150px;
          background: url('../img/cuve-nette.jpg');
          cursor: pointer;
          margin-left: auto;
          margin-right: auto;
          }
          
#go
          {
          position: absolute;
          width: 800px;
          height: 124px;
          cursor: pointer;
          }
#go2
          {
          position: absolute;
          width: 554px;
          height: 26px;
          cursor: pointer;
          margin-top: 124px;
          }
          
#email
          {
          position: absolute;
          width: 244px;
          height: 26px;
          margin-top: 124px;
          margin-left: 554px;
          cursor: pointer;
          z-index:2;
          }