﻿html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f9fce6;
	background-image: url("../images/bg.jpg");
	background-position: center 35px;
	background-repeat: no-repeat;
}

form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#MainContainer
{
	width: 100%;
	height: 100%;
}

#TitleHolder
{
    width: 992px;
    height: 250px;
    background-image: url("../images/bqmsl-title.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#ContentContainer
{
	width: 994px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
    margin-left: auto;
    margin-right: auto;
	background-color: #f9fce6;
}

#MainContainer #Push
{
    clear: both;
    width: 992px;
    height: 200px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: Transparent;
}

/*** FOOTER ***/

#Footer
{
	clear: both;
	width: 100%;
	height: 200px;
	border-top: 0px none;
	background-image: url("../images/footerbg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#Footer #Content
{
	clear: both;
	width: 894px;
	height: 149px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	color: #e6e6e6;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

#Footer #Content #Title
{
	font-size: 24px;
}

#Footer #Content #Title a
{
	text-decoration: none;
}


#Footer #Content .Special
{
	color: #bedd06;
}

#Footer #Content a
{
	color: #e6e6e6;
	text-decoration: underline;
}

#Footer #Content a:hover
{
	color: #bedd06;
	text-decoration: underline;
}

#LoadingDiv
{
    clear: both;
    display: none;
}