

body
{
	font-family: arial, helvetica;
	min-height:720px;
	height:100%;
	width:100%;
	background-color:#dbdbdb;
}
div#container
{
	background-color:#dbdbdb;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

div.header {
	min-width:980px;
	background-color:#237db6;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:130px;
}
span.header2
{
	position:relative;
	left: 25px;
    bottom: 56px;
	font-size: 32px;
}
img.headerAv
{
	position:relative;
	bottom: 20px;
    left: 32px;

}

img.dlImgH
{
	position: absolute;
    width: 336px;
    bottom:-94px;
    right: 38px;

}
div.header p
{
	position:relative;
	right:52px;
	bottom:52px;
	font-size:62px;
	text-align: center;
	color:white;
}
div.header p > span
{
	color:gold;
}
td.bgtype1
{
	background-color:#FFFFD9 !important;
	border: 1px solid black!important;
}

div.mainCon
{
	border:1px solid #6D6D6D;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:777px;
	top:120px;
	padding-bottom:35px;
	height:1100px;
	max-height:1100px;
	min-height:1100px;
	position:relative;
}

@-moz-document url-prefix() {
    

    div.mainCon2
    {
    	top:90px !important;
    }
    div.mainCon
    {
	    height:1150px !important;
		max-height:1150px !important;
		min-height:1150px !important;
    }
}