body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #888;
	text-decoration: none;
	font-style: normal;
	background-image: url(gfx/tlo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}
#top {
	width:940px;
	margin: 0 auto;
	margin-top:35px;
}
#box {
	background-color:#FFFFFF;
	width:530px;
	margin: 0 auto;
	margin-top:10px;
	border:solid #E1E1E1 1px;
	padding:20px;
}

#box2 {
	background-image:url(gfx/intro.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:297px;
}
#box3 {
	clear:both;
	background-image:url(gfx/intro2.jpg);
	background-repeat:no-repeat;
	width:550px;
	font-size: 11px;
	text-align:center;
	padding-top:25px;
}

#box3 p {
	padding:10px 0;
}

a:link,
a:active,
a:visited {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #f0c;
	text-decoration: underline;
}

a.roz:link,
a.roz:active,
a.roz:visited {
	color: #f0c;
	text-decoration: none;
}

a.roz:hover {
	color: #f0c;
	text-decoration: underline;
}