html, body {
	height:100%;
	text-align: center;
}
body {
	text-align: left;
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	margin:0;
	padding:0;
}
.wrapper {
	position:relative;
	height:100%;
	width:100%;
}
#container {
	width:100%;
	position:relative;
	background-image:url(images/home-bg.gif);
	height:530px;
}
#welcome {
	float:left;
	width:240px;
	height:166px;
	background-image:url(images/home-bg-welcome.gif);
	padding:15px 0 0 65px;
}
#know {
	float:left;
	width:250px;
	background-color:white;
	padding:15px 0 0 65px;
}
#idcreation {
	text-align:center;
	position:relative;
	top:10px;
	margin:0 auto;
}
a:link, a:visited, a:active {
	color: #2a6bbd;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: underline
}
a:hover {
	font-family: Arial;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none
}
#width {
	margin:0 auto;
	width:978px;
}
.floatleft {
	float:left;
	position:relative;
}
.title {
	color:#375373;
	font-size:16px;
	font-weight:bold;
}
#txtDidYouKnow
{
    overflow:hidden;
    height:70px;
    }
