body			{
			background: #333300;   
			text-align: center;
			font-family: arial;
			margin: 0px auto;
			}

#background             {
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        width: 98%;
                        height: 98%;
                        z-index: -100;
                        color: #666633;
                        font-size: 75px;
                        text-align: right;
                        line-height: 50px;
                        }

#wrapper		{
			width: 505px;
			overflow: auto;
			margin-top: 131px;
			margin-left: 285px;
			margin-bottom: 0px;
			margin-right: 0px;
			}

.rejects #wrapper       {
                        width: 805px;
                        }

#wrapper h1		{
			font-size: 32px;
			margin: 0px 5px 0px 0px;
			text-align: right;
			}

#wrapper h2		{
			font-size: 32px;
			margin: 0px 0px 0px;
			text-align: left;
			}

#wrapper h1 a, #wrapper h2 a {
			color: #999966;
			font-variant: small-caps;
			letter-spacing: 3px;
			font-weight: normal;
			text-decoration: none;
			}

#wrapper h1 a:hover, #wrapper h2 a:hover {
			color: #666633;
			}

#list div		{
			width: 100px;
			height: 100px;
			float: left;
			position: relative;
                        -moz-border-radius: 0px;
                        -khtml-border-radius: 0px;
                        -webkit-border-radius: 0px;
			}

.rejects #list div      {
                        width: 800px;
                        height: 25px;
                        }

#list div:nth-child(even) {
			background: #666633;
			}

#list div:nth-child(odd) {
			background: #333300;
			}

#list div a		{
			display: block;
			width: 100px;
			height: 75px;
			padding: 25px 0px 0px;
			color: #999966;
			text-align: center;
			font-size: 10px;
			font-weight: normal;
			line-height: 8px;
			text-decoration: none;
                        -moz-border-radius: 0px;
                        -khtml-border-radius: 0px;
                        -webkit-border-radius: 0px;
			}

.rejects #list div a    {
                        text-align: left;
                        width: 770px;
                        height: 20px;
                        padding: 5px 15px 0px;
                        }

#list div a:hover	{
			background: #999966;
			color: #666633;
			}
