@CHARSET "UTF-8";

html, body {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color:#222;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	min-width:320px;
	color: #eee;
}
body{
	background-image: url(tore.png);
	background-position:center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 3em;
	padding-top: 3em;
}

a,a:visited, a:hover, a:focus, a:active {
	/*color: #0070C0;*/
	color: #E7740C;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.clear {
	clear: both;
}
#content {
	font-size: 1em;
	margin: 20px auto;
	width: 70%;
	text-align:center;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	color: #eee;
}
h1,h2 {
	margin-top: 0px;
	margin-bottom:0.8em;
	text-align:center;
}
h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.5em;
}
p{
	text-align: left;
	margin-bottom: 2em;
}
p span {
	color: #0070C0;	
}

