html, body{
	height:100%;
	text-align: left;
}

body{
	text-align: center;
	font-family:"Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #333333;
	margin:0;
	padding:0;
}

.wrapper{	
	position: relative;
	height:100%;
}

#container{
	width: 936px;
}
	
#idcreation{
	position:relative;
	top:30px;
	text-align:center;
}

a:link       { color: #0084ff; font-size: 8pt; text-decoration: underline}
a:visited    { color: #0084ff; font-size: 8pt; text-decoration: underline}
a:active     { color: #0084ff; font-size: 8pt; text-decoration: underline}
a:hover     { color: #0084ff; font-size: 8pt; text-decoration: none}

.floatleft {
	float:left;
}

.slogan {
	color:#000;
	font-size:24px;
	height:82px;
	padding-left:20px;
	width:140px;
	background-color:white;
	line-height:20px;
	text-align:left;
	font-weight:bold;
}

.url {
	height:16px;
	color:#0084ff;
	font-size:12px;
	text-align:left;
	font-weight:bold;padding-left:20px;
	width:140px;
	background-color:white;
}