html, .menu a, .bottom a, .aff{
	background-color: Black;
	color: White;
	font-family: "Arial", serif;
}
a{
    color: white;
}
body{
	min-height: 1181px;
	margin: 0;
	margin-top: -20px;
}
.header{
	margin-left: 15%;
}
.menu {
	width: 85%;
	height: 20px; 
	margin-top: -29px;
	list-style-type: none;
	text-align: center;
	border: 1px solid #7C7C7C;
	background-color: Black;
}
.menu a {
	width: 20%;
	height: 16px;
	margin-top: 3px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Neuropol;
	background-image: url(pics/btn.gif);
	background-repeat: no-repeat;
}
.aff{
	width: 71.8%;
	margin-left: 15%;
	margin-top: 1px; 
	border:3px solid silver;
}
.aff2{
	width: 85%;
	margin-left: 2.2%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5%;
	overflow: visible;
	text-align: justify;
	color: white;
	font-family:"trebuchet ms",sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.bottom {
	text-align: center;
}
img{
	border: none;
	font-weight: bold;
}

