* {
margin: 0;
padding: 0;
}

html  {
height: 100%;
}

p {
padding:5px;
line-height:120%;
}

a:link, a:visited {
color: #f8e8cd; 
text-decoration: none;
}

a:hover	{ 
color: #dbc39a; 
text-decoration:none;
}
       

body {
background: #f8e8cd;
font-family: tahoma; 
font-size: 13px; 
color:#f8e8cd;
text-align:justify;
height: 100%;
}

#container {
position: relative;
min-height: 100%;
_height: 100%;
width:100%;
}

#page {
position: relative;
height: auto;
width:1000px;
margin: 0 auto;
padding-bottom:0;
z-index:1;
}

#tresc {
background: #f8e8cd;
position: relative;
width:1000px;
height: auto;
margin: auto;
z-index:1;
}

#text {
position: relative;
width: 1000px;
height: auto;
margin: 0 auto;
padding: 5px 5px 5px 5px;
z-index:1;
}


