/* vendee globe */
/* CSS reset */
/* Version 1 - 12/10/08 */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-size:12px;
    text-align:center;
	background:#38638D;
}
.clear_b {
	clear:both !important;
	float:none !important;	
	min-height:0px !important;
	margin:0px !important;
	border:none !important;
	padding:0px !important;
	height:0px;
	font-size:1px;
}
div#global {
	height:99%;
	margin:0 auto;
	width:980px;
}
