html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, /* eric mayer css reset */
a, em, img, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: arial, verdana, "_sans";
}
html, body{
	height:100%;
}
body{
	background-image: url("/images/bg-body.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #90278e
}

#container{
	width: 292px;
	margin: 0 auto;
	min-height:100%;
	position: relative;
	margin-bottom:-33px;
}
.toplinks div{
	margin-top: 130px;
	float: left;
	margin-bottom: 11px;	
}
.bottomlinks div{
	margin-top: 11px;
	float: left;
}
.right{
	margin-left: 12px;
}
.clearfooter{
	clear:both;
	height:33px;
}
#footer{
	position: relative;
	height: 33px;
}
#footer .bottom{
	padding-top:3px;
	height:13px;
	overflow:hidden;
	background-color: #fff;
	background-image: url("/images/eightteenhome.gif");
	background-repeat: no-repeat;
	background-position: right 3px;
}
#footer .bottom .play{
	background-image: url("/images/pleaseplay.gif");
	background-repeat: no-repeat;
	text-indent: -10000px;
	
}
#footer .bottom .eighteen{
	padding-top:3px;
	text-indent: -10000px;
	width: 30px;
	float: right;
}
#footer .legal{
	color: #fff;
	margin-left: 6px;
	padding-top:4px;
	height:13px;
	font-size: 0.5em;
}
#footer .legal span{
	font-size:0.8em;
}
