/* CSS Document */
* {
    padding: 0;
    margin: 0;
    }
    	
html, body {
	width: 100%;
	text-align: center;
    }
img{padding: 0;
    margin: 0;}
/* -------------------------- Global --------------------------- */
.clear {
	clear:both;
	font-size: 0px;
}
.center {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
	display: block;
}
#footer {
clear:both;
	margin:0 auto;
	text-align:left;
}
#footer p{
	float:left;
}
#footer .icons{
	float:right;
}

#header {
	margin:0 auto;
	text-align:left;
}
#container {
	margin:0 auto;
	text-align:left;
}

h1 {
	float:left;
	margin:0; padding:0;
}
/*vignette*/
#preview {
	clear:both;}

#homeRight #jukebox {
	float:left;
}
#homeRight #think {
	float:left;
}
#homeRight #c_think {
	float:left;
}
#homeRight #presenter {
	float:left;
	clear:both;
}
#homeRight #calendar {
	float:left;
}

/*
#container span{display:none;}
*/
