* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}


button {
	background:none;
	border:none;
	width:auto;
	overflow:visible;
	font:bold 12px arial;
	cursor:pointer;
	margin:0 0px 0 0;
	padding:0;
	white-space:nowrap;
	position:relative;
	z-index:2;
}


html {
	height:99%;
}

body {
	background:url(../imgs/background-tile.gif);
	height:100%;
}

#background-gradient {
	min-height:638px;
	height:100%;
	background:url(../imgs/background-gradient.png) repeat-x 0px -100px;
}

#wrapper {
	height:100%;
	width:690px;
	margin:auto;
	padding-bottom:1px;
}

table, table tr, table tr td {
	height:100%;
}

table tr td {
	vertical-align: middle;
}

#splash {
	position:relative;
	background:url(../imgs/splash/blob.png) no-repeat 0px 0px;
	width:675px;
	height:306px;
	margin-top:140px;
	Z-index:10;
}

	#people {
		position:absolute;
		top:-200px;
		right:120px;
		Z-index:-5;
	}
	
	#logo-english {
		position:absolute;
		top:-10px;
		left:-10px;
		Z-index:11;
	}
	
	#logo-french {
		position:absolute;
		top:-50px;
		right:20px;
		Z-index:11;
	}
	
	#enter-site {
		position:absolute;
		top:190px;
		left:0px;
		Z-index:11;
	}
	
	#enter-site-french {
		position:absolute;
		top:179px;
		right:275px;
		Z-index:11;
	}
	
	#content {
		position:relative;
		top:50px;
		left:140px;
		Z-index:12;
	}
	
		#content #join-the-movement {
			position:absolute;
			top:0px;
			left:0px;
		}
		
		#content #information {
			position:absolute;
			top:80px;
		}
		
		#content form {
			position:absolute;
			top:76px;
			left:230px;
		}
		
			#content form input {
				display:block;
				width:185px;
				margin-bottom:3px;
				border:2px solid #272727;
				padding:2px;
				color:#FFFFFF;
				font-size:70%;
				background:#535353;
			}
		
			#content form #add-me {
				display:block;
				margin:5px 0 0 4px;
				
				border:0px;
				padding:0px;
				color:none;
				
				background:none;
			}
