﻿/***** Global Settings *****/
body { color: #000; font-family: Arial, Helvetica, Verdana, Trebuchet MS, Tahoma; background: #fff; }
html { min-height: 100%; margin-bottom: 1px; }  /* makes the scroll bar always on for Firefox */

/***** Common Positioning *****/
DIV#wrapper { position: relative; margin: 0px auto; text-align:center; }
DIV#wrapperInner { width: 1000px; position: relative; margin: 0px auto; text-align:center; }

/***** Links *****/
a, a:visited { color: #fff; text-decoration: underline; }
a:hover, a:active { color: #ccc }