@import url("reset.css");

body {
	background: #054e3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page{
width: 796px;
height:442px;
margin: 0 auto;
background:url(/images/bgSplash.jpg) no-repeat;
margin-top:50px;
}

h2{
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
font-size:20px;
margin:30px 0 0 65px;
margin-bottom:19px;
}

h2 span{
font-size:28px;
}

.motcle{
width:380px;
float:left;
text-align:center;
padding-top:8px;
color:#545454;
font-family:Arial, Helvetica, sans-serif, "Century Gothic";
font-size:11px;	
margin-left:10px;
}

.motcle a{
color:#545454;
text-decoration:none;
}
.motcle a:hover{
text-decoration:underline;
}

#copyright{
margin-top:30px;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif, "Century Gothic";
font-size:12px;
}

#copyright a{
text-decoration:none;
color:#fff;
}
#copyright a:hover{
text-decoration:underline;
}




