/* @override http://www.studiobear.com/styles/global.css */

/*Remove Bad Browser Styles*/
* {margin:0; padding:0;}
a, :link,:visited {text-decoration:none;}
ul,ol {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight: normal;}
a img,:link img,:visited img {border:none;}
address, textarea {font-style:normal;}
a:focus, a:visited {outline-style: none;}/* Firefox outline link fix */

/* Fix Browser Float Problems */
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {clear:both; height: 0; visibility:hidden; font-size:1px; display:block;}
* html .clear {height: 1%;}

/*Global*/
body {/*-moz-opacity: 0.9999;  Fix Firefox Mac Bug */ font: normal 0.75em/1.250em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #666666; background-color:#D2D4D4; text-align:center; background-color: #f0eae8;}
#content {background-color: #fff; width: 625px; height: 440px; margin: 50px auto 0 auto;}


