body
{
    background-color: #292929;
}

ul, li
{
    margin: 0;
    padding: 0;
}
#container
{
    width: 840px;
	height: 620px;
    margin: 0 auto;
}
#loader
{
    background-color: gray;
    display: inline;
    float: left;
    height: auto;
    overflow: hidden;
    margin: auto;
    width: 700px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

div a img
{
    border: none;
    padding: .5em 1em;
    width: 100px;
}
div a
{
    outline: none;
}


#imageOptions
{
    background-color: gray;
    float: right;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#loader h3
{
    line-height: 550px;
}

