﻿html {
 	height: 100%;
 	}
 
body {
	background-image:url('images/bg.jpg');
 	margin:0;
 	padding:0;
 	}
 
a { 
 	font-weight:bold;
 	text-decoration:none;
 	}

a:hover {
	text-decoration:underline;
	}
	
#flashcontent {
	width: 1000px; height: 650px; padding-top: 0px;
	align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

