@charset "utf-8";
/* Specific styles for Download page specific content */



#container .button a{
	float:left;
	height:68px;
	width:243px;
	margin:0 10px 5px 0;
}
#container .button a span{
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	padding:19px 0 10px 0;
	display:block;
}
#container .button a:link, .button a:visited{
	background:url(../images/home-dl-button.png) left top;
	text-decoration:none;
}
#container .button a:hover{
	background:url(../images/home-dl-button.png) right top;
	text-decoration:none;
}
#container .buttonDl a:active{
	background:url(../images/home-dl-button.png) right bottom;
	text-decoration:none;
}
