body {
	background-image: url();
	background-repeat: repeat;
	background-position: inherit 
}
a:link {
	color: 663366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 663366;
}
a:hover {
	text-decoration: none;
	color: 663366;
}
a:active {
	text-decoration: none;
	color: 663366;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}

    #wrapper, #container {
	height: 342px;
	width: 1000px;
    }
    
    #wrapper {
        bottom: 10%;
        right: 50%;
        position: absolute;
    }
    
    #container {
	left: 50%;
	position: relative;
	top: 0%;
    }
    
    h1 { margin-top: 0; }
    </style>
