/*  author	:	Tanuja Devli
	filename:	positioning.css
	created	:	April 2007
	description	: positioning scheme for ForeFront-FTC
*/

#container {
	position: absolute;
	z-index: 0;
	width: 775px;
	height: 670px;
	left :0px;	
	top: 0px;
}
#header
{
	position : relative;
	z-index : 0;
	width : 775px;
	height :15px;
}

#main
{
	position: relative;
	z-index: 0;
	width: 775px;
	background-color:#ffffff;
}

#footer
{
   position: relative;
	z-index: 0;
	width: 550px;
	height: 30px;
}

#errormsg
{
	position :relative;
	width:350px;
	height:20px;
	z-index :0;	
	float: left;
	text-align: left;
}
divbtn {position:absolute; top:35px;left:500px;}

divfoot {margin-left:550px;}
