/****************
Copyright (c) 2008 Miguel N. Duarte
http://www.miguelnduarte.com
Default Stylesheet
****************/

html, body{ margin: 0; padding: 0; background-color: #fff; background-image: url(../img/pattern.gif); background-repeat: repeat; background-attachment: fixed; overflow: hidden; }

#sudoex { position:absolute; width:0; height:0; left: 50%; top: 100px;  margin-left:-150px; position:fixed; visibility: visible; overflow: visible; }

#logo{ top: 398px; left: 50%; margin-left:-275px; position: fixed; height: 75px; width: 580px; }
* html #logo{ position: absolute; }

#texto{ background-color: #fff; width: 100%; height: 350px; margin-top: 450px; padding: 0; position: absolute; border-top: 6px solid #382d24; }
#texto h1{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999; letter-spacing: 1px; text-align: center; padding: 20px 0px 0px 0px; }
