/* html
{
	height: 100%;
} */

html, body
{
	height: 100%;
	width:1024px;
	padding:0px;
	margin: 0px auto;
	/* background: linear-gradient(to right, #1e5799 0%,#7db9e8 100%); */
	/* background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); */
	/* background: linear-gradient(to bottom, #066DA1, #4182A3, #A2CBE0); */
	background: linear-gradient(to bottom, #066DA1, #A2CBE0);
	background-repeat: no-repeat;
    background-attachment: fixed;
	/* background-image: linear-gradient(#066DA1, #4182A3, #A2CBE0); */
	/* background-image:url(images/alt_bkgrnd.jpg);
	background-repeat:repeat-x; */
	color: white;
	/*font-size:14px;*/
}

.header
{
	text-align: center;
}

.emphasis
{
	font-style: italic;
}

.footer
{
	position: absolute;
	bottom: 10;
	width: 1024px;
	color: black;
	text-align: center;
}
