body {
	margin:0px;
	padding:0px;
	background-color: #5b707c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ced4d8;
}

a {
	font-size: 13px;
	color:#ced4d8;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

.container {
	padding:0px;
	position: absolute;
    width:740px;
	height:530px;
	top: 50%;
	left: 50%;
	margin: -265px 0px 0px -370px;
}

.logo {
	position: absolute;
 	width:194px;
	height:89px;
	top: 0px;
	left:0px;
	background:url(../images/logo.gif) 0 0 no-repeat;
}

.message {
	position: absolute;
	width:250px;
	height:100px;
	top: 40px;
	left:470px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ced4d8;
	line-height:13px;
}

.message span {
	color:#FFF;
	font-size: 15px;
}

.mascotte {
	position: absolute;
    	width:447px;
	height:310px;
	top:230px;
	left:300px;
	background:url(../images/vortex.gif) 0 0 no-repeat;
	z-index:9;
}

.menu {
	position: absolute;
	width:298px;
	height:155px;
	top:118px;
	left:265px;
	z-index:10;
	font-size: 13px;
}

.menu span {
	color:#FFF;
}

