body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	background-image: url(../.sub-img/bg.jpg);
	background-repeat: repeat-x;
}

div#main {
	width: 600px;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	color: #353535;
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

span#title {
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
}

span {
	font-family: Tahoma;
}

hr {
	border: 0px;
	border-top: 1px solid #818181;
}

a:link, a:visited {
	color: #353535;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #880000;
}

div#footer {
	width: 99%;
	position: relative;
	margin-top: 300px;
	bottom: 1%;
	height: 40px;
	border-top: 1px solid #818181;
	font-size: 10px;
	color: #979797;
}