html
{
	width: 100%;
	height:100%;
}

body
{
    width: 100%;
    height: 100%;
    padding:0px;
    margin:0px;
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    font-size: 10pt;
	background:#666;
	overflow:hidden;
    /*background-image: url("../images/loading.gif");
    background-position: center;
    background-repeat: no-repeat*/
}

form
{
    padding:0px;
    margin:0px;
}

a img
{
    border: none;
}

.clear
{
    clear:both;
}

#image_holder
{
	width:100%;
	height:100%;
	overflow:hidden;
	visibility:hidden;
	background-position:center;
	background-repeat:no-repeat;
}