body {
	margin-top:190px;
	margin-left:20px;
	margin-right:200px;
	letter-spacing:-1px;
	background-color:#ffb81f;
	color: #222222;
	background-image: url(/images/tuttweather-02.png);
	background-repeat:no-repeat;
	background-position:700px 400px;
}

.tutt {
	color:#ffffff;
}

p { font-size: 45px; }

a { 
	text-decoration:none;
	color:#222222;
	position:relative;
	top:0px;
}
a:hover { color:#dd3922; }
.special { font-weight: bold;}

.bgBox {
	width:100px;
	height:100px;
	background-color:red;
	float:left;
}
#bg {
	position:absolute;
	top:0px; left:0px;
}