@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

* {
font-family:Droid Sans, sans-serif;
color:rgba(0,0,0,0.5);
font-size:11px;
}

.ptitulo {
font-weight:600;
}

/*
div { outline: red solid 1px; }
 */

body {
background-color:rgba(247,246,218,1);
height: 100%;
}

#page {
background-image: url(letsenjoy.jpg);
background-position: center center;
background-repeat:no-repeat;
padding: 15px 0px 15px 0;
margin: 0 auto;
min-height: 500px;
min-width: 920px;
}

#texto {
background-image: url(bg340320.png);
background-position: center center;
background-repeat:no-repeat;
padding: 0px 0px 0px 0px;
margin: 160px 10% auto auto;
height: 320px;
width: 340px;
}

#text {
margin: 20px;
position: absolute;
width: 310px;
}

#rodape {
background-color:rgba(207,204,39,1);
height: 50px;
line-height:50px;
}

a {
text-decoration:none;
color:rgba(0,0,0,0.5);
font-size:12px;
}
