html, body {
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #FFFFFF;

}
body {
	padding: 10px;
	padding-bottom: 10px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
#container {
	min-height: 100%;
	height: 768px;
	margin: 0em auto; /* the bottom margin is the negative value of the footer's height */
	position:relative;
	
}
#header {
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width: 100%;
	height: 160px;
	background-position: center;
}
#content {
	text-align:center;
	margin-top: 50px;
	margin-left: 135px;
	margin-right: 135px;
}
.imagebars {
	position: relative;
	height: auto;
	width: inherit;
	text-align: center;
}

#r3d {
	height: 378px;
	width: 132px;
	padding: 20px;
}
#fc {
	height: 378px;
	width: 132px;
	padding: 20px;
}
#vg {
	height: 378px;
	width: 132px;
	padding: 20px;
}
#animation {
	height: 378px;
	width: 132px;
	padding: 20px;
}
#other {
	height: 378px;
	width: 132px;
	padding: 20px;
}
.bottom {
	text-align:center;
}