*{
	margin: 0;
}
html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}
body {
	height: 100%;
	margin: 0;
	padding: 0;

}
#flashcontent {
  height: 100%;
}
.header{
	width:100%;
	height:120px;
}
.container{
	width:100%;
	clear:both;
	margin-top:120px;
	margin-bottom:100px;
	text-align:center;
}
.wrapper {
	min-height: 100%;
	width:100%;
	height: auto;
	height: 100%;
	margin: 0 auto -20px;
}
.footer, .push {
	text-align:right;
	vertical-align : bottom;
	height: 20px;
}
p{
	font-size:12px;
	color:#FFFFFF;
}
p a:link{
	color:#ff0000;
	text-decoration:underline;
}
p a:hover{
	color:#ff0000;
	text-decoration:non;
}
p a:visited{
	color:#ff0000;
	text-decoration:underline;
}
