/* CSS Document */

/*------------------------------ Redefinition  ---------------------------------------*/

*{
	margin:0;
	padding:0;
}

html, body {
	width: 100%;
	height: 100%;
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: normal;
	background-color: #69C8E8;
	text-align: center;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}

p{
	margin-bottom: 50px;
}

#wrap {
	position:relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


#mgo{
	/*
	top: 50%;
	left: 50%;
	margin-left: -470px;
	margin-top: -280px;
	position: absolute;
	*/
	position: relative;
	height: 560px;
	width: 940px;
	clear: both;
	top: 30px;
	text-align: left;
}

#mentions{
	position:relative;
	top: 40px;
}

a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover{
	color: #000000;
}
