/* © 2007 EMC Prasad All Rights Reserved*/
*{
	margin: 0px;
	padding: 0px;
}

html,body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	height: 100%;
}

#flashid{
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
}


html,body{
	margin: 0px;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #005c96;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#005c96;
	scrollbar-base-color:#cfe3ee;
	scrollbar-darkshadow-color:#cfe3ee;
	scrollbar-face-color:#cee5f1;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color: #f2f8fb;
}


/* splash page */

#ContinerSplash{
	width: 100%;
	height: 710px;
	background-image: url(../images/img_bg_splash.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#ContentContinerSplash{
	float: left;
	width: 100%;
	height: 650px;
	background-image: url(../images/img_mahela.jpg);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}

#CopyrightContinerSplash{
	float: left;
	width: 100%;
	height: 50px;
	background-image: url(../images/img_bg_copyright.jpg);
	background-position: left;
	background-repeat: repeat-x;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}

#cdn{
	width: 90px;
	height: 50px;
	float: right;
	vertical-align: top;
}

#Copyright{
	width: 350px;
	height: 50px;
	float: right;
	vertical-align: top;
}

#RequrmentArea{
	float: left;
	width: 350px;
	height: 200px;
	margin: 200px 0px 0px 40px;
}


#RequrmentContentArea{
	float: left;
	width: 245px;
	height: 200px;
	border-right: 1px #84c9f0 solid;
	padding-right: 15px;
}


#EnterButtonContentArea{
	float: right;
	width: 89px;
	height: 200px;
}

#EnterButtonArea{
	float: right;
	width: 76px;
	height: 25px;
	margin: 150px 0px 0px 0px;
}

#mahelaTitle{
	margin: 40px 0px 0px 0px;
	float: left;
	width: 245px;
	height: 25px;
}

#mahelaRequrments{
	margin: 10px 0px 0px 0px;
	float: left;
	width: 245px;
	height: 125px;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Georgia;
	font-weight: 100;
	color: #868686;
}


