body {background: #000;
		margin:20px 0 20px 0;
		padding:0px;
		font: 1.0em arial, verdana, sans-serif;
		text-align:center;
background-image: url(http://www.ultimategameshow.com/images/bg-qmark-1a.gif)
}
@page {margin:10%}
* {margin:0; padding:0;}
div#mainwrap {width:900px; background: white; margin-left:auto; margin-right:auto; text-align:center;}
div#header {width:900px; background:white; margin:20px 0 20px 0; text-align:left; padding:10px 0 10px 0}
h1 {font:1.50em arial, verdana, sans-serif; font-weight: bold; color:#DF2D00;}
h2 {font:1em arial, verdana, sans-serif; font-weight: bold; color:#000;margin: 30px 0 10px 0}
h3 {font:1em arial, verdana, sans-serif; font-weight: normal; color:#DF2D00; margin: 0 20px 0 20px}
h5 {font:1.50em arial, verdana, sans-serif; font-weight: bold; color:#00F;}
p  {font:1em arial, verdana, sans-serif; font-weight: normal; color:#000; margin: 0 20px 0 20px}
h3 span {font-family:Symbol; color:#00F;}
p span  {font-family:Symbol; color:#00F;}
div#column2 a:link  {color:blue;} /* the color of the links */
div#column2 a:visited {color: purple; text-decoration:underline;}
div#column2 a:hover {color: red; text-decoration:underline;}
div#column2 a:active {color: yellow; text-decoration:underline;}
h4 { font: .55em arial, sans-serif; color: white;text-align:center;}
div#footer {width:900px;  /* makes the div fill its container - usually body */
                    margin: 0 0 0 0;
                    padding:0 0 5px 0; /* pushes the links away from top and bottom of the div */
 					border-top: 0px solid red;
 					background-color:white; /* sets the background color of the div */
					}
div#footer p {font-size: 1em; margin: 0 20px 10px 20px}
 div#footer ul {font-size:.71em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
                    margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:black; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:black; /* sets the color of the vertical lines  - links colored below */
						padding:0 2px 0 5px; /* horiz space between links and vert lines - needed diff l & r
                                                 values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a  /* removes the underlining off the links */
 							 {color:blue; /* the color of the links */
							 }
 div#footer ul li a:visited {color: purple; text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul li a:hover {color: red; text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul li a:active {color: yellow; text-decoration:underline;} /* underlines the links when hovered */
 div#footer-fineprint {width:900px;  /* makes the div fill its container - usually body */
 					 					padding:5px 0 5px 0; /* pushes the links away from top and bottom of the div */
 		            font-size:1em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:black; /* sets the background color of the div */
					}
 div#footer-fineprint {color:white;} /* color for copyright and vert dividers on last row */
 

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */




