#background {
	height: 530px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
}
body {
	background-color: #222426;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sub_title {
	color: #D43075;
	font-weight: bold;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #D53075;
}
#testing_frame {
	height: 400px;
	width: 500px;
}

