@charset "UTF-8";/*formatting style-----------------------*/* {	font-style: normal;	margin: 0px;	padding: 0px;}body {	color: #FFF;	background-color: #000;	font-family: "Times New Roman", Times, serif;	font-size: 75%;	line-height: 1.6;}img.bg {	/* Set rules to fill background */	min-height: 100%;	min-width: 1280px;	/* Set up proportionate scaling */	width: 100%;	height: 100%;	/* Set up positioning */	position: fixed;	top: auto;	left: auto;}@media screen and (max-width: 1280px){	img.bg {		left: 50%;		margin-left: -640px; }}div#content {	/* This is the only important rule */	/* We need our content to show up on top of the background */	position: absolute;	/* These have no effect on the functionality */	top: 50%;	left: 50%;	width: 540px;	height: 450px;	margin: -270px 0px 0px -270px;	font-family: "Times New Roman", Times, serif;	font-size: 10pt;	line-height: 16pt;}body {	/* These rules have no effect on the functionality */	/* They are for styling only */	margin: auto;	padding: 0px;}/*footer layout-------------------*/#footer {	text-align: center;	margin-bottom: 0px;}.dl {	margin-top: 150px;	margin-left: 20px;}
