#center{
	width: 1100px;
	margin-left: 100px;
}
#sorry{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	color: #333;
}
h1{
	text-align: center;
}
h2{
	text-align: center;
}

/*Downloads*/
#container{
	width: 1100px;
	margin-left: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 2em;
	color: #333;
	text-align: center;
}

#downloads{
	width: 800px;
	text-align: center;		
	margin-left: 130px;
}

/*link styling*/
a:link{
color: #FF3838;
text-decoration: none;
}
a:visited{
color: #FF9999;
text-decoration: none;
}
a:hover{
color:#333;
text-decoration: none;
}
a:active{
color: #FF3838;
}