html {
height: 100%;
}

body {
margin:0;
padding:0;
height:100%;
background:url(../images/bg_site.gif) repeat-y top center;;
font: 12px/130% "Trebuchet MS", Arial;
color:#000;
} 

* html #wrapper { /* for IE6 */
 height: 100%;
}

p {
margin: 0 0 25px 0;
}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:underline;
}  

#wrapper {
width: 960px;
margin:0 auto;
border-left: 1px solid #e2ceaa;
border-right: 1px solid #e2ceaa;
background:#FFF;
text-align:center;
height:100%;
min-height: 100%;
}

.logo {
margin: 30px 0 20px 0;
}

#texteG {
float: left;
width: 180px;
margin-left: 285px;
margin-right:35px;
text-align:right;
}

#texteD {
float: left;
width: 180px;
margin-right: 15px;
text-align:left;
}

.footer {
color:#a48b6d;
}

.footer a {
color:#a48b6d;
}
.footer a:hover {
color:#92744f;
}

