div#mec {
	width: 148px;
	height: 72px;
	text-indent: -10000px;
	cursor: pointer;
	position: absolute;
	margin-left: 350px;
	margin-top: -20px;
	background: url(mec.png) top left no-repeat;
}

body {
	background: #333333;
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 76%;
}

div#topbar {
	height: 5px;
	background: #3767BF;
}

div#container {
	width: 530px;
	margin: 10px auto;
}

div#header {
	height: 100px;
	background-repeat: no-repeat;
}

body#en div#header { background-image: url(header-en.jpg); }
body#es div#header { background-image: url(header-es.jpg); }

div#flags {
	margin: 50px 20px 0 0;
	float: right;
}

div#content {
	background: url(contentbg.jpg) repeat-y;
	padding: 10px 35px 0 35px;
}

	div#content h1 {
		margin: 0.5em 0 0 0;
		font-size: 1.4em;
		color: #333;
	}
	
	div#content p {
		margin: 0;
		padding-top: 1.5em;
		line-height: 1.6em;
		font-size: 0.9em;
	}
	
	div#content p.footer {
		color: #666;
		font-size: 0.9em;
		border-top: 1px solid #999;
		margin-top: 2em;
		padding-bottom: 1.6em;
	}
	
	div#content ul {
		list-style: square;
		margin: 0.6em 0 0 0;
		padding: 0 0 0 2em;
		line-height: 1.6em;
		font-size: 0.9em;
	}
	
	div#content ul.footer {
		color: #666;
		margin-top: -1.2em;
		padding-bottom: 1.4em;
	}
	
	div#content a {
		font-weight: bold;
		color: #3767BF;
		background: #CDD9EF;
		padding: 2px;
	}

div#footer {
	height: 20px;
	background: url(footerbg.jpg) no-repeat;
}

form {
	margin: 0;
	padding: 0;
}

div#signup-mec {
	background: #CDD9EF url(email.gif) 15px 13px no-repeat;
	margin-top: 1.5em;
	padding: 1em 1em 1em 4em;
	border: 1px dotted #3767BF;
}

	div#signup-mec h2 {
		font-size: 1.4em;
		font-weight: bold;
		margin: 0;
		color: #3767BF;
	}

div#signup {
	background: #CDD9EF url(email.gif) 15px 10px no-repeat;
	margin-top: 1.5em;
	padding: 1em 1em 1em 4em;
	border: 1px dotted #3767BF;
}

	div#signup h2 {
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		color: #3767BF;
	}
	
	div#signup p {
		margin: 0;
		padding: 0.5em 0;
		color: #333;
		font-size: 0.9em;
	}
	
	div#signup label {
		font-weight: bold;
		padding-right: 1em;
		font-size: 0.9em;
	}
	
	div#signup input {
		margin-right: 1em;
		width: 200px;
	}