body {
 	margin:0px;
   text-align:center;
   background:#f6aa23;

}

#content {
 	margin:auto;
   width:274px;
   margin-top:15%;
}

#modImage {
 	position:absolute;
   left:100%;
   top:100%;
   margin-left:-569px;
   margin-top:-111px;
}

#madeBy {
 	list-style-type:none;
   margin:0;
   padding:0;
   width:232px;
   height:53px;
   position:absolute;
   bottom:120px;
   left:50%;
   margin-left:-116px;
}

#madeBy li {
 	width:116px;
   height:52px;
   text-indent:-9999px;
   float:left;
}

#madeBy li a {
 	width:100%;
   height:100%;
   display:block;
}

#madeBy li a.conceptBT {
	background:url(conceptLogo.gif) no-repeat left top;
}

#madeBy li a:hover.conceptBT {
	background:url(conceptLogo.gif) no-repeat left bottom;
}

#madeBy li a.hmcBT {
	background:url(hmcLogo.gif) no-repeat left top;
}

#madeBy li a:hover.hmcBT {
	background:url(hmcLogo.gif) no-repeat left bottom;
}