
/* -- General properties -- */

html, body {
	background-color:#F4F4F4;
	background-image:-moz-linear-gradient(19% 75% 90deg, #FFFFFF, #E3E3E3);
	height:100%;
	width:100%;
	font:13px Helvetica,Arial,sans-serif;
}

/* -- Site title -- */

h1 {
	clear:both;
	margin:0 auto;
	margin-top:50px;
	text-align: center;
	
	font-family: 'Yanone Kaffeesatz', arial, serif;
    font-size: 4em;
    text-shadow: 4px 4px 4px #aaa;
}

span a {
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.35);
	background-color:#3D3D3D;
	color:white;
	text-shadow:none;
	margin:0 2px;
	padding:3px 6px;
	text-decoration:none;
	display:block;
	width:180px;
	margin: 0 auto;
}

a:active, a:hover {
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.35);
	background-color:#3D3D3D;
	color:white;
	text-shadow:none;
}

strong {
	font-weight:bold;	
}

#wrapper {
	clear:both;
	float:left;
	width:100%;
	height:100%;
}

#content {
	clear:both;
	margin: 0 auto;
	width:100%;
	height:100%;
	text-align:left;
	color:#3D3D3D;
	background-color:#095759;
}

#content span {
	width: 390px;
	float:left;
	text-align:center;
}

#content img{
	align:center;
	width: 100%;
}