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