html, body {
	height:			100%;
	margin:			0;
	padding:		0;
}

body {
	height:			100%;
	font-family:		'Ropa Sans','Myriad','Arial','Frutiger 45',sans-serif;
	font-weight:		400;
	font-size:		11pt;
	background-color:	#3EA1EE;
	color:			#FFFFFF;
}

.container {
	position:		relative;
	width:			500px;
	height:			auto;
	margin:			200px auto;
	padding:		0px 0px 0px 0px;
	text-align:		left;
	z-index:		0;
}

h1 {
	position:		relative;
	width:			500px;
	font-size:		30pt;
	font-style:		italic;
	color:			#FFFFFF;
	text-align:		center;
}

h2 {
	position:		relative;
	font-size:		18pt;
	font-style:		italic;
	color:			#FFFFFF;
}

a {
	text-decoration:	none;
	color:			#FFFFFF;
}
a:hover {
	text-decoration:	underline;
}
