/* CSS Document */

*{
padding:0px;
margin:0px;
}

body {
font-size:11px;
color:#666666;
background-color:#D45A28;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#wrapp {
margin:0px auto;
width:708px;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
height:568px;
margin-top:20px;
}

#top_text {
position:relative;
padding-top:200px;
margin-left:97px;
width:300px;
}

#bottom_text {
position:relative;
clear:both;
height:50px;
margin-left:25px;
margin-top:160px;
width:700px;
text-align:center;
}


.gracias {
color:#D45A28;
}
