body {
	margin:0px; 
	padding:0px;
	overflow-x:hidden;
	font-family:Helvetica, Arial, sans-serif;
}
h1, h2, p, a {
	font-size:17px;
	color:#000000;
	text-decoration:none;
}
h2 {
	font-weight:normal;
	font-style:italic;
}
h1, p, a {
	font-weight:bold;
}
a:hover {
	color:#ff0000;
}

.bottom {
	background-image:url('../_img/background.jpg');
	background-position:center bottom;
	padding:16px 190px 16px 208px;
}
