html, body, div, span, p, a, img, ul, ol, li, dl, dt, dd, h1, h2, label {
    margin: 0;
    border: 0;
    padding: 0;
    color: white;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    background: #1b261b url(/saars/img/background.png) top left repeat-x;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#body {
    position: relative;
    background: transparent url(/saars/img/logo.png) 10px 63px no-repeat;
    width: 1000px;
    min-height: 300px;
    margin: 0 auto;
    text-align: left;
    overflow: visible;
}

form {
    padding: 190px 10px 100px;
}

label {
    padding: 0 10px 0 30px;
    letter-spacing: 1px;
    font-variant: small-caps;
}

input {
    width: 300px;
    margin-right: 15px;
}

ul {
    margin: 1em 0;
    list-style: none;
    overflow: hidden;
}

li {
    float: left;
    width: 16.6%;
    height: 150px;
    overflow: hidden;
	text-align: center;
}

#no-avatars-found {
    position: relative;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

.disclaimer {
    clear: both;
    margin: 20px 210px;
    text-align: justify;
    font-weight: bold;
    font-size: 11px;
}

.disclaimer li {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin-left: 20px;
	text-align: left;
}

#display-goon {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 400px;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.disclaimer a {
    text-decoration: underline;
}

#amazon {
	width: 600px;
	margin: 0 auto 1em;
	overflow: hidden;
}

#amazon dt {
	width: 100%;
    margin: 1em;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
}

#amazon dd {
	float: left;
	width: 33%;
    vertical-align: top;
	text-align: center;
}
