html, body{
	height:100%;
	text-align: center;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 11px;
	color: #888888;
	background-color: #fff;
	margin:0;
	padding:0;
}

.wrapper{	
	position:relative;
	width: 100%;
	height:100%;
}

#container{
	position:relative;
}
#top{
	background-image:url(images/home-bg.gif);
	margin-top:50px;
}

#idcreation{
	position:relative;
	top:0px;
}

a:link       { color: #2a6bbd; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #2a6bbd; font-family: Arial; font-size: 8pt; text-decoration: underline}
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: 950px;
}

.floatleft{	
	float:left;
}
