html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #642200;
}
#main {
	top: 0px;
	left: 0px;
	width:  420px;
	margin: 0px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:  100%;
	margin: 0px;
} 
p.contact {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-left: 20px;
  	padding-right: 20px;
	margin: 30px 0px 0px 0px;
}
p.main {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	padding-left: 20px;
  	padding-right: 20px;
	margin: 30px 0px 0px 0px;
}
p.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-left: 20px;
  	padding-right: 20px;
	margin: 100% 0px 0px 0px;
}
a:link { 
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted $color;
}
a:visited {
	color: #FFFFFF;
	border-bottom:1px dotted $color;
}
a:hover {
	color: #FFFFFF;
	border-bottom:1px dotted $color;
}
a:active {
	color: #FFFFFF;
	border-bottom:1px dotted $color;	
}
img{
	margin:0px;
	padding:0px;
	border:0px;
	height:auto;
	width:auto;
	float:top;
	text-align:center;
}