
/* Title : Some Website's Stylesheet */
*{ margin: 0; padding: 0; }

body{ background: #a2d3e4; color: #000; font: 14px helvetica, arial, sans-serif; }

#logo{ margin: 75px auto 25px auto; display: block; }

html,body,#bg,#bg table,
#bg td,#cont{ width: 100%; height: 100%; overflow: hidden; }
#bg{ position: absolute; width: 200%; height: 200%; top: -50%; left: -50%; }
#bg td{ vertical-align: middle; text-align: center; }
#bg img{ min-height: 50%; min-width: 50%; margin: 0 auto; }
#scroller{ height: 100%; width: 100%; overflow: scroll; position: absolute; z-index: 100; }

#navigation{ margin: 0 auto; }
.onecolumn{ width: 275px; }
.twocolumns{ width: 550px; }
.threecolumns{ width: 825px; }
#navigation ul{ text-align: center; margin: 20px 0; }
#navigation li{ list-style-type: none; display: block; float: left; width: 275px; }
#navigation li a{ padding: 10px; display: block; float: left; }
#navigation li a img{ display: block; margin: 20px auto; border: 1px solid #000; }
#navigation a:link,
#navigation a:visited{ color: #000; text-decoration: none; }
#navigation a:hover{ text-decoration: underline; }

a:link{ color: #000; }
a:visited{ color: #999; }
a:hover, a:active{ text-decoration: none; }

#footer{ clear: both; padding: 20px 0 0 15px; margin-top: 0; font-size: 10px; color: #000; text-align: center; }
.vcard div{ display: inline; padding-right: 20px; }
#footer p{ padding-right: 20px; }

a#marathon:link,
a#marathon:visited{ color: #000; text-decoration: none; }
