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