* {
overflow:inherit;
margin:0;
padding:0;
}

body {
font-family:Arial, Tahoma;
font-size:12px;
background-color:#eee;
}

#contenedor {
margin-top:10px;
background-image:url(images/fondo.jpg);
background-repeat:no-repeat;
width:768px;
height:468px;
margin-left:auto;
margin-right:auto;
border:1px solid #960;
}

#texto{
text-align:center;
padding-top:315px;
}

h1{
color:#d86100;
font-size:25px;
font-weight:normal;
}

h2{
color:#666666;
font-size:22px;
font-weight:normal;
margin-top:15px;
}

a {
color:#00791c;
text-decoration:none;
}

a:hover {
color:#FFCC00;
}