html, body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #363636;
	height: 100%;
	width: 100%;
	background: #FFFFFFF;
	text-align: center;
}

object {
	outline: none; 
}
#content {
	margin: 100px 0 0 0;
	text-align: center;
}

img {
	border: none;
}

a.link {
	color: #035ee3;
	text-decoration: none;
}

a.link:hover {
	color: #035ee3;
	text-decoration: underline;
}

