body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image:url(images/2bros.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position: left;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#main {
	border: 3px solid #cccccc;
	position:relative;
	position: center;
	height:450px;
	width:550px;
	background-image:url(images/trans.gif)
	}
	
#title {
	padding-top:75px;
		}	
.box {
	float:left;
	clear:right;
	}
#side
{
padding-left:70px;
}

a {
	font: normal verdana, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a visited {
	color: #666666;
	text-decoration: underline;
	}
a hover {
	color:#660000;
	text-decoration: none;
	background: #A1DA50;
	font-weight: normal;
	}
a active {
	color:#ffffff;
	background:#660000;
	}
	
acronym {
	font-weight: normal;
	color: #000;
	border-bottom:1px dashed #0071BC;
	cursor: help;
}
acronym:hover {
	color: #050;
}
