* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}

body {
	background: #c1e5fb;
}

#wrapper {
	width:960px;
	margin:auto;
	padding-bottom:1px;
}

#content {
	background:transparent url(../imgs/splash/clouds.png) no-repeat top right;
	position:relative;
	height:379px;
	margin-top:40px;
}

	#map {
		position:absolute;
		top:20px;
		right:20px;
	}
	
	#logo-english {
		position:absolute;
		top:100px;
		left:20px;
	}
	
	#logo-french {
		position:absolute;
		top:200px;
		left:20px;
	}
	
	#enter {
		margin:auto;
		position:relative;
		top:340px;
		width:635px;
	}
	
		#enter-english {
			position:absolute;
			top:7px;
			left:0px;
		}
		
		#enter-french {
			position:absolute;
			top:0px;
			right:0px;
		}



#presidents {
border: 1px solid #666;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 20px;
margin: 100px 0 0 220px;
padding: 4px;
text-align: center;
width: 500px;
background: #fff;
}

#presidents a {
display: block;
color: #fff;
background: #88bb33;
padding: 4px 6px;
}

#presidents a:hover {
background: #669911;
}









