
/* Title : Some Website's Stylesheet */
*{ margin: 0; padding: 0; }

body{ background: #000; color: #000; font: 18px Optima, arial, helvetica, sans-serif; }

#logo{ margin: 75px auto 25px auto; display: block; border: none; }

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; }
#container { width: 900px; margin: 0 auto; }
#entry {
	text-align: left;
	font-size: 16px;
	clear: both;
}
#entry p{
	margin: 15px;
}
h1 {font-size: 19px; text-align: center;}

#navigation{ margin: 0 auto; }
.onecolumn{ width: 275px; }
.twocolumns{ width: 550px; }
.threecolumns{ width: 825px; }
.fourcolumns{ width: 1100px; }
#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: #222; }
a:hover, a:active{ text-decoration: none; }
a:focus{ outline: none; }

#footer{ clear: both; padding: 20px 0 0 15px; margin-top: 0; font-size: 13px; color: #000; text-align: center; }
.vcard div{ display: inline; padding: 0 10px; }
#footer p{ padding-right: 20px; margin: 15px; }

a#marathon:link,
a#marathon:visited{ color: #000; text-decoration: none; }

#social img{ border: none; height: 32px; }

