@charset "utf-8";
/* CSS Document */

body 
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position:center;
}
a
{
text-decoration:none;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: left;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
#menu{
width:760px;
height:117px;
background-image: url(images/acmbanner.gif);
margin:auto;
}
.link
{
	width: 80px; 
	height: 10px; 
	padding-left: 650px; 
	padding-top: 45px; 
}
#other_link{
	color:#BFBFBF;
}
#other_link a, #other_link a:hover, #other_link a:visited{
	color:#BFBFBF;
}
