@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; border:0;}

body { background-color:#1a1a1a; font-family:Arial, Helvetica, Verdana, sans-serif; font-size:15px; color:#808080; text-align: center; }

a { text-decoration:none; color:#f29d35; }
a:hover { background:#303030; }
a:visited { color:#f29d35; }

p {  }

ul {  }
li { line-height:32px; list-style-type: none; }

#mainWrapper { margin: 110px auto auto auto; width: 520px; }

.small { font-size:13px; }
