body
{
    font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: black;
    background: url(../../Images/f01_bg_img.gif) repeat-x #c6c6c6;
    background: url(../../Images/bg-image-main.png) repeat;
    margin: 0;
}
.UnderConstrcution
{
    font-size: 40px;
    margin: 50px;
}
.headercontainer
{
    width:100%; 
    height:100px;
    background-color:White;
    border-bottom-color:#dd4609;
    border-bottom-style:double;
}
.header
{
	float:none;
	width:1020px; 
/*	width:100%;
	height:100px;
	background-color:White;*/
	margin-left:auto;
	margin-right:auto;
}
.headerlogo h1
{ 
    background: url(Images/IntuTechLogo.gif) no-repeat;
    display: block;
    margin:0px 0px 0px 0px;
    width:225px;
    height: 100px;
    text-indent: -1000px;
    float: left;
    left: 0px;
    vertical-align:middle; 
}
.headermiddle
{
    float:left;
    font-size: xx-large;
    margin: 15px;
}
.headerlogin
{
	float:right;
	text-align:right;
	vertical-align:text-bottom;
}
a.headerlogo
{
	display:block;
    width: 215px;
    height:100px;
}       
