/* Syntesium.com */

HTML {
	font-size: 100%;
}
a {
	outline: 0;
	color: #09f;
	text-decoration: none;
}
a:hover {

}
body {
	background: #fff;
	margin: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h1 {
	color: #09f;
	display: block;
	width: 100%;
	text-align: center;
	margin: 15% 0 0 0;
	font-size: 6em;
}
h1 span {
	color: #f90;
}
h2 {
	color: #666;
	display: block;
	width: 100%;
	text-align: center;
	margin: 24px 0 12px 0;
	font-size: 13px;
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#cont {
	display: block;
	position: relative;
	left: 0;
	height: 20px;
	text-indent: -3000px;
	width: 220px;
	top: 10px;
	background: url(../imgs/elts/cont.gif) no-repeat 0 0;
	margin: 0 auto;
}
#cont h3 {
	text-decoration: none;
	border:0;
	padding:0;
	margin:0;
	font-size: 1em;
	visibility: visible;
}
#cont a {
	display: block;
	width:100%;
	height:20px;
	text-decoration: none;
}

