body, html	{
	padding: 3px 3px 3px 3px;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	text-align: center;
}

img.gray-bg	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

div.main-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#content	{
	margin: 200px auto 0;
}

#content .text	{
	padding: 20px 0;
}

img.msa-logo	{
	transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
}

img.msa-logo:hover	{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}