html, body{
	height:100%;
	text-align: left;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	background-position:center top;
	margin:0;
	padding:0;
}

.wrapper{	
	position: relative;
	height:100%;

}

#container{
	width: 950px;
}
	
#idcreation{
	position:relative;
	top:11px;
}

a:link       { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline;}
a:visited    { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline;}
a:active     { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline;}
a:hover     { font-family: Arial; color: #3e6d90; font-size: 8pt; text-decoration: none;}