@import url("/css/thiagopaes_v2.css");

html {
    height: 100%;
    background: #EFFDFE url('../img/gramado1.jpg') repeat-x bottom left;
    background-attachment: fixed;
    text-align: left;
    font: 62.5% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding-bottom: 1em;
}
body {
    padding: 10px;
    width: 630px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -320px;
    z-index: 0;
    border: 1px dotted #ccc;
    padding: 10px;
    filter:alpha(opacity=90);
    opacity:0.90;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -opera-border-radius: 5px;
    background: #FFF url('') no-repeat top left;
    overflow: visible;
}
h1 {
    float: none;
    clear: both;
    font-size: 250%;
    text-shadow: none;
    margin-bottom: 1em;
}
h2,h3 {
    display: none;
}
img {
    background-color: #FFFFFF;
    padding: 4px;
    border: 1px solid #C0C0C0;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -opera-border-radius: 6px;
    float: left;
    margin: 5px;
}
pre, code {
    border: 1px solid #ccc;
    font-family: monospace;
    font-size: 11px;
    padding: 5px;
    width: 95%;
    margin: 0 auto 0 auto;
}