/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body   { color: #000000; font-size: 16px; font-family: Arial, Helvetica; background-image: url('(EmptyReference!)'); background-repeat: no-repeat; text-align: center; margin: 20px; padding: 0; height: 100% }

a  { color: #f03; font-style: normal; text-decoration: none }

a:hover  { color: #000; text-decoration: none }

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 10px;
}
#footer     { font-size: 0.6em; line-height: 30px; background-color: #ccc; background-image: none; text-align: left; position: fixed; margin: 0; padding: 0 10px 0 10pt; bottom: 0; height: 30px; border: solid 1px #464646; }













