/* YUI CSS RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label { margin: 0; padding: 0; letter-spacing: 0; line-height: 1em; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul {	list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }

body { background: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; margin: 25px 0; text-align: center; }
#wrapper { width: 970px; margin: 0 auto; }

/* Hyperlinks
------------------------------*/

a:link, a:visited, a:active, a:hover { text-decoration: none; }

/* Stuff
------------------------------*/

.clear { clear: both; display: block; }
.inner_image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Content
------------------------------*/

h1 { font-size: 3.2em; margin: 10px 0 15px 0; }
table tr td { width: 128px; text-align: center; font-size: 1.4em; padding: 16px; }
table tr td img { margin: 0 0 15px 0; width: 128px; }
table tr td a { color: #000000; }
table tr td a:hover strong { text-decoration: underline; }

#footer { margin: 15px 0; }
#footer a { text-decoration: underline; color: #000000; font-size: 1.5em; }
