html {
	height: 100%;
	overflow: hidden;
}
body{
	background-color: black;
	color: #999999;
	                        
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000000;
	text-align: center;
	height: 100%;
	padding: 0;

}
#main {
	text-align: center;
}
h1{
	font-style: normal;
	font-weight: normal;
	color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 500px;
	font-size: 12px;

}
.hpoint{margin-left: auto; margin-bottom: 0px; margin-right: auto; margin-top: 0px; padding: 0px; font-size: 20px;}
strong{
	color: red;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
hr{ color: #333333; background-color: #333333; height: 3px; border-style: none;}

#flashcontent {
	height: 100%;
}
body {
	text-align: center;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
.img{margin-top: 100px;}
