@charset "UTF-8";

* { margin:0; padding:0; }

a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; font-weight:bold; text-decoration:none; }
a:active { color:#FFFFFF; }

body { min-width:800px; background:#00456b; font-family: Verdana; color:#666666; font-size:12px;  }

div#wrapper { width:800px; position:relative; left:50%; margin-left:-400px; margin-top:150px; text-align:center; }
div#clear { clear:both; }