@import url(://fonts.googleapis.com/css?family=Arvo);
@import url(://fonts.googleapis.com/css?family=Tangerine);
html {
	background-image: url("background.png");
	background-color: #523112;
}
body {
	width: 1000px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 10px 10px 10px 10px;
	border: 5px solid #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	background: #663300;
	font-family: monospace;
}
a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
img {
	background: url(://motorenovace.com/clock.png) no-repeat bottom right;
	border: 5px #996633 solid;
}
.normimg {
	background: none;
	border: none;
}
h1,h2,h3,p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
#header {
	font-size: 2em;
	font-family: 'Arvo', arial, serif;
	border-bottom: 5px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#language {
	text-align: right;
	font-size: 0.5em;
}
